@charset "utf-8";
/* CSS Document */

/* 通用属性 */
* {margin:0;padding:0;list-style:none;}
body {font-size:14px;color:#000;/* font-family:Microsoft YaHei,sans-serif; */}
img { border:0; vertical-align:top;
	image-rendering: -moz-crisp-edges; /* Firefox */
    image-rendering: -o-crisp-edges; /* Opera */
    image-rendering: -webkit-optimize-contrast; /*Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}
html, body {width:100%;height:100%;max-width: 100%;min-width: 320px;}
address, caption, cite, code, dfn, em, th, dt, var {font-style: normal;font-weight: normal;}
::-webkit-scrollbar{width: 8px;height: 8px;}
::-webkit-scrollbar-thumb{background-color: hsl(212deg 47% 85%);-webkit-transition: background-color .3s;transition: background-color .3s;}
::-webkit-scrollbar-track{background: rgba(255,252,252,.11);}

/* a */
a { color:#333; text-decoration:none; }
a:visited { }
a:active, a:hover{text-decoration:none;color:#1b49b2;}
a:focus{outline:none;text-decoration:none;}
h1,h2,h3,h4,h5,h6{font-weight:normal;}
h1,h2,h3,h4,h5,h6,p,ol,ul{padding: 0;margin: 0;}
:focus{outline: none;}
.ovfl{overflow: hidden;}
.flex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:center; justify-content:center; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center; }
.lflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-start; justify-content:flex-start; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center; }
.ltflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-start; justify-content:flex-start; -webkit-box-align:flex-start; -ms-flex-align:flex-start; -webkit-align-items:flex-start; align-items:flex-start; }
.lbflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-start; justify-content:flex-start; -webkit-box-align:flex-end; -ms-flex-align:flex-end; -webkit-align-items:flex-end; align-items:flex-end; }
.rflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-end; justify-content:flex-end; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center; }
.rtflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-end; justify-content:flex-end; -webkit-box-align:flex-start; -ms-flex-align:flex-start; -webkit-align-items:flex-start; align-items:flex-start; }
.rbflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-end; justify-content:flex-end; -webkit-box-align:flex-end; -ms-flex-align:flex-end; -webkit-align-items:flex-end; align-items:flex-end; }
.mflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:center; justify-content:center; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center; flex-direction:column; -webkit-flex-direction:column; text-align:center; }
.mtflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-start; justify-content:flex-start; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center; flex-direction:column; -webkit-flex-direction:column; text-align:center; }
.mbflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-end; justify-content:flex-end; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center; flex-direction:column; -webkit-flex-direction:column; text-align:center; }
.dh300s{transition: all .3s;-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;}
.donghua{-moz-transition: all .5s;-webkit-transition: all .5s;-o-transition: all .5s;-ms-transition: all .5s;transition: all .5s;}
::after, ::before {-moz-transition: all .5s;-webkit-transition: all .5s;-o-transition: all .5s;-ms-transition: all .5s;transition: all .5s;}
.dhwz{overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.dhwz2{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;}
.mar0a{margin: 0 auto;}
.con-fff{width:100%;height:100%;position:relative;}
.bgf8{background:#f8f8f8;}
.bgfff{background:#fff;}
.fl {float:left;}
.fr {float:right;}
input { border-radius:0; -webkit-appearance:none; appearance:none; background:none; border:0; box-shadow:0 0 0; font-size:14px; }
textarea { border-radius:0; -webkit-appearance:none; appearance:none;  background:none; border:0; box-shadow:0 0 0; font-size:14px; }
table {border-collapse:collapse; border-spacing:0;}
table td, table th{padding: 5px 10px;border: 1px solid #ddd;}

.container1{ width:100% }
.top .row{ margin-left: 0; margin-right: 0;}

@media (min-width: 1270px){
	.container{width: 1240px;}
}
@media (min-width: 1370px){
	.container{width: 1340px;}
}
@media (min-width: 1470px){
	.container{width: 1440px;}
}
@media (max-width:767px) {
	.container{padding-left: 10px;padding-right: 10px;width: 100%;}
	.row{margin-left: -10px;margin-right: -10px;}
}

@font-face{
	font-family:ch;
	/*为引入的字体命名*/
	src:url(../fonts/timesbd.ttf);
	/*定义要引dao入字体文件的路dao径*/
}

/* 头部 */


.top {position: relative; line-height: 40px; background: #f5f5f5; width: 100%;  height: 40px;}
.top .top_l { float: left; font-size: 14px; color: #999; }
.top .top_r { float: right;  }
.top .top_r span a { color: #999; font-size: 14px; padding-right:10px; padding-left: 10px; border-right: 2px solid #bbb;  }
.top .top_r span:last-child a { padding-right: 0px; border-right: none; }

.top_desc { overflow: hidden;  display: block; padding:30px 0; width: 100%; }
.top_desc .top_desc_l { float: left; overflow: hidden; }
.top_desc .top_desc_l .logo { float: left; display: block;  position: relative; width: 100px; }
.top_desc .top_desc_l .logo:after { display: block; position: absolute; content: ''; top: 10%; bottom: 5%; right: 5px; width: 1px; background: #ddd; }
.top_desc .top_desc_l .logo img { max-width: 80%; display: block;  }
.top_desc .top_desc_l .top_desc_list { float: left; overflow: hidden; margin-left: 14px;  margin-top: 8px;}
.top_desc .top_desc_l .top_desc_list h1 { font-size: 22px; font-weight: bold; color: #333333; }
.top_desc .top_desc_l .top_desc_list h3 { font-size: 23px; font-weight: bold; color: #333333; }

.top_desc .top_desc_l .top_desc_list p { font-size: 16px; color: #666666;  line-height: 1.8;}
.top_desc .top_desc_r { float: right; padding-left: 60px; }
.top_desc .top_desc_r dt { font-size: 14px; color: #333333;  }
.top_desc .top_desc_r dd { font-size: 20px; color: #333333; font-weight: bold; text-align: left; }

@media(max-width: 1300px) {
	.top_desc .top_desc_r { padding-right: 30px; }
}

#indextop{min-width: 320px;width:100%;z-index:9999;background:#ffffff;box-shadow: 0 5px 10px 0 rgb(0 0 0 / 20%);}
.header_space{width:100%;}

.head{padding-top:20px; padding-bottom:10px;}

.sxwz{float: left;margin-top:15px;padding-left: 20px;}
.sxwz p{font-size: 24px;font-weight: bold;padding-bottom: 8px;color: #252525;letter-spacing: 1px;}
.sxwz p em{font-weight: bold;color: #1b49b2;letter-spacing: 0;}
.sxwz h2{font-size: 18px;color: #666;}
.sxwz h3{font-size: 18px;color: #666;}
.toptel{float: right;padding: 0px;padding-left: 60px;background: url(../images/toptel.png) left no-repeat;margin-top:7px;}
.toptel p{color:#666;font-size: 16px;line-height: 16px;padding-bottom: 3px;}
.toptel span{border-radius: 20px;font-size: 24px;margin-top: 18px;line-height: 24px;color: #1b49b2;font-weight: bold;}
.toptel span em{color: #1b49b2;font-weight:bold;font-size: 18px;position: relative;top: -3px;}

/*头部logo*/
.logo{float:left;display:block;background:url(../images/logo.png) no-repeat;width:150px; height:90px;}
.logo>a{ float:left; width:150px; height:90px;background-size:100%; }

.toplxfs{ float: right; padding-left: 20px; margin-left: 20px; background: url(../images/top-img3.png) left no-repeat;margin-top:7px;}
.lx-ss1{float: left;text-align: center;padding: 0 24px;position: relative;}
.lx-ss1 .top-ewm{ position: absolute; background: #fff; width: 100%; top: 0; right: 80%; z-index: 999; -webkit-transform: translateX(100%); -ms-transform: translateX(100%); transform: translateY(20%); transform: translateX(-20%); opacity: 0; transition: 1s; -moz-transition: 1s; -webkit-transition: 1s; -o-transition: 1s;}
.lx-ss1 a:hover .top-ewm{opacity: 1;transform: translateY(20px);transform: translateX(-20%);z-index: 10000;background: #fff;top: -16px;}
.lx-ss1 .top-ewm img{ width: 100%; height: auto;}
.lx-ss1 a>img{ display: inline-block; position: relative;}
.lx-ss1 a p{ position: relative; }
.lx-ss1 a:hover p{ color:#f1a626 }
.lx-ss1:hover p{ color:#1b49b2 }

.is-fixed .navctn{position: fixed;top: 0;left: 0;width: 100%;z-index: 9999;background: #1b49b2;-webkit-transition: left 0.3s ease-in-out;-moz-transition: left 0.3s ease-in-out;-o-transition: left 0.3s ease-in-out;-ms-transition: left 0.3s ease-in-out;transition: left 0.3s ease-in-out;}

@media only screen and (max-width: 1300px) {
	.sxwz p{ font-size: 24px;}
	.toptel span{ font-size:20px; }
	.toptel{ display:none; }
}

@media only screen and (max-width: 1200px) {
	.logo{margin-left: 0%;}
	#banner{  /* padding-top: 120px; */ }
	.toptel span{ font-size:20px; }
	.toplxfs,.toptel{ display:none; }
}

@media  (max-width: 1000px) {
	.logo{float:left;display:block;background:url() no-repeat;width:110px; height:66px;background-size:100%; }
.logo>a{ float:left; background:url(../images/logo.png) no-repeat; width:110px; height:66px;background-size:100%; }
}


@media only screen and (max-width: 767px) {
	.toplxfs,.toptel{ display:none }
	.head{padding:0;position: fixed;width: 100%;background: #fff;z-index:1111;}
}

@media only screen and (max-width: 500px) {
	.head,.header_space{/* height: 86px!important; */padding: 0;}
	.logo{margin-top: 0px;margin-left:0;}
	.htop{ display:none; }
	.head{padding:0px;z-index: 999;height: 86px!important;}
	.sxwz{ display:none; }
	#indextop{height: 90px;}
	.toptel{ display:none; }
	#banner{/* padding-top: 91px; */}
	.toplxfs{background: inherit;padding-left: 0;margin-left: 2px;margin-right: 0;display: none;}
	.lx-ss1{padding: 21px 6px;}
	.lx-ss1 img{width: 32px;}
}
.nav{background: url(../images/nav-bj.png) repeat-x;z-index: 10;width: 100%;/* position: relative; */}
#shop {float:right;height:100%;margin-left: 20px;position:relative;}
#shop i{display:block;float:left;font-style:normal;}
#shop #head-search{width:45px; height:100%; background:url(../images/icon-search.png) no-repeat center;cursor:pointer;}
#shop #head-email{width:45px; height:100%; background:url(../images/icon-email.png) no-repeat center;cursor:pointer;}
#shop #head-nav{height: 100%;border:none;margin-top: 0;font-size: 16px;text-align: center;padding: 0 10px;}
#shop #head-nav .head-lang{float: right;position: relative;margin-top:20px;}
#shop #head-nav .head-lang a{display: block;padding: 14px 24px 14px 14px;font-size: 14px;font-weight: bold;color: #333;position: relative;}
#shop #head-nav .head-lang>a::before{content: '';position: absolute;right: 6px;top: 19px;width: 0;height: 0;border-left: 5px solid transparent;border-right: 5px solid transparent;border-top: 7px solid #333;transition: all .3s;-webkit-transition: all .3s;}
#shop #head-nav .head-lang a img{margin-right: 8px;vertical-align: sub;}
#shop #head-nav .head-lame{display: none;position: absolute;top: 48px;width: 100%;background-color: #fff;z-index: 10;transition: all .3s;-webkit-transition: all .3s;}
#shop #head-nav .head-lang:hover>a{background-color: #ddd;}
#shop #head-nav .head-lang:hover .head-lame{display: block;}
#shop #head-nav .head-lame:hover{background-color: #ddd;}
#shop #m-head-nav{height: 16px;position: relative;float: left;display:none;margin-left: 15px;margin-top: 34px;width: 24px;cursor:pointer;}	
#shop #m-head-nav .line{width: 24px;height: 2px;background-color: #1b49b2;position: absolute;left: 0px;top: 10px;}
#shop #m-head-nav .line1{margin-top: -7px;}#shop #m-head-nav .line3{margin-top: 7px;}
#shop #m-head-nav[data-active="on"] .line1{margin-top: 0;-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-ms-transform: rotate(45deg);transform: rotate(45deg);}
#shop #m-head-nav[data-active="on"] .line2{display: none;}#shop #m-head-nav[data-active="on"] .line3{margin-top: 0;-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-ms-transform: rotate(-45deg);transform: rotate(-45deg);}
#shop .btn-search{position:absolute; top:30px; right:0px; width:28px; height:28px; background:url(../top_search.png) no-repeat center}
#shop .btn-lang {position:absolute;top:30px; right:48px; width:28px; height:28px; background:url(../top_tel.png) no-repeat center}
#nav{/* overflow: hidden; */ }
#nav>li{float:left;position: relative;z-index: 9;}

#nav>li>i{ position: absolute; top: -6px; right: 0px; background: url(../images/nav_new.gif) no-repeat; width: 32px; height: 32px; z-index: 99; }

#nav>li dl{display: none;width: 100%;position: absolute;z-index: 999;background: #fff;max-height: 564px;overflow: hidden;left: 0px;}
#nav>li:hover dl{ display:block; }
#nav>li dl dd{text-align: center;/* float: left; */padding: 2px 5px;border-bottom: 1px solid #ccc;}
#nav>li dl dd:hover a{ color:#f1a626; }
#nav>li dl dd a{ line-height: 42px; width: 100%; display: block;}
#nav>li dl dd a img{width: 100px;height: 100px;border-radius: 20px;box-shadow: 2px 2px 6px 1px #999;display: none;}
#nav>li dl dd a p{ display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
#nav>li>a{position:relative;z-index: 5;display:block;width:100%;height:100%;font-size:16px;line-height: 46px;border-left: 1px solid transparent;border-right: 1px solid transparent;text-align:center;color:#333333;-webkit-transition:color 200ms;transition:color 200ms;}
#nav>li::before a{}
#nav>li>a::after{content: '';position: absolute;left: 0px;right: -10px;height: 100%;top: 0;background: url(../images/nav-xx.png) no-repeat right / contain;-webkit-transition-property: left,right;transition-property: left,right;-webkit-transition-duration: .3s;transition-duration: .3s;-webkit-transition-timing-function: ease-out;transition-timing-function: ease-out;/* transform: skewX(14deg); */}
#nav>li:hover>a::after,#nav>li.on>a::after{ }
#nav>li>a>p{padding: 0 23px;font-size: 18px;line-height: 56px;color: #fff;z-index: 6;position: relative;}
.nav2{position: absolute;top: 73px;left: 0;margin-left:0;background: #fff;width: 100%;z-index: 999999;border-top: 2px solid #b5011c;box-shadow: 0 3px 5px 1px rgba(0,0,0,.2);display: none;}
.nav2li{height: 46px;font-size: 14px;line-height: 46px;border-top: 1px solid #e5e5e5;text-align: center;position: relative;}
.nav2li:first-child{border:0}
.nav2name{display: block;color: #444444;padding: 0 8px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;transition: all .3s;-webkit-transition: all .3s;}
.nav2li:hover{background-color: #e5e5e5;}
.nav2li:hover>a{color:#f1a626;}
.nav2li>p{position: absolute;left: 100%;top: -2px;width: 100%;margin: 0;background: #fff;border-top: 2px solid #609E49;border-left: 1px solid #e5e5e5;display: none;box-shadow: 0 3px 5px 1px rgba(0,0,0,.2);}
.nav2li>p>a{display: block;color: #444444;padding: 0 8px;border-top: 1px solid #e5e5e5;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;transition: all .3s;-webkit-transition: all .3s;}
.nav2li>p>a:first-child{border:0}
#nav>li.on>a, #nav>li:hover>a{color:#f1a626;background: #f1a626;}
#nav>li.on>a p, #nav>li:hover>a p{}
#nav>li.on>a>p{font-weight: inherit;}
#nav>li.on>a>p, #nav>li:hover>a>p{color: #fff;}
#nav>li:hover>.nav2{display: block;}.nav2li:hover>p{display: block;}
.nav2li>p>a:hover{background-color: #e5e5e5;color: #609E49;}

@media only screen and (max-width: 1440px) {
	#nav>li>a>p{font-size: 18px;}
	.sxwz{padding-left: 10px;}
	#nav{ height: 56px;}
    #nav>li>a>p{line-height:56px;padding: 0 24px;}
}

@media only screen and (max-width: 1400px) {
    #nav>li>a>p{font-size: 18px;padding: 0 22px;}
	.lx-ss1{ padding: 0 16px;}
	.toptel span{ font-size: 20px;}
	.toplxfs{ padding-left: 12px; margin-left: 12px;}
}
@media only screen and (max-width: 1366px) {
	#nav>li>a{padding: 0 2px;}
	.sxwz{padding-left: 10px;}
	#nav>li>a>p{ padding: 0 15px;}
}
@media only screen and (max-width: 1300px) {
	#nav>li>a{padding: 0 14px;}
	#nav>li>a>p{ padding: 0 1px;}
}
@media only screen and (max-width: 1250px) {
	#shop{margin-left: 0;}
	#nav>li>a{padding: 0 4px;}
}
@media only screen and (max-width: 1200px) {
	#nav{display:none;}
	.nav{ margin-right:3%}
	#shop #m-head-nav{display:block;margin-top: 20px;}
	.htop,.toptel span{ display:none; }
	#indextop{ height: 120px; }
	.logo{ margin-top:5px; }
}
@media only screen and (max-width: 991px) {
	.sxwz{ padding-left: 0;display: none; }
}
@media only screen and (max-width: 767px) {
	.sxwz{ display: none;}
	#shop #m-head-nav{ margin-top: 30px;}
}

@media only screen and (max-width: 500px) {
 	#shop {margin-left:0px;z-index: 999;}
 	#shop #head-nav{padding:0;}
	#shop #m-head-nav{}
 }
 @media only screen and (max-width: 414px) {
	.nav{height: 0;margin-right:0;}
	#shop #head-nav .head-lang{margin-top:8px;}
	#shop #m-head-nav{margin-top: 32.5px;margin-left: 10px;}
	#shop #head-search{width:20px;}
	.mm-nav-box{top: 91px!important;}
}
.q_email{display:none;position:absolute;right:0;top:88px;width:280px;padding:10px;background-color: #fff;-webkit-background-clip: padding-box;background-clip: padding-box;-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);box-shadow: 0 6px 12px rgba(0,0,0,.175);border: 1px solid rgba(0,0,0,.15);z-index:99999;}
.q_emailfont{border:1px solid #e0e0e0;padding:5px;font-size:14px;}
.q_search{position:absolute;right:0;top:88px;width:280px;background-color: #fff;-webkit-background-clip: padding-box;background-clip: padding-box;-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);box-shadow: 0 6px 12px rgba(0,0,0,.175);border: 1px solid rgba(0,0,0,.15);z-index:99999;display:none;}
.q_search .q_search1{padding:25px 20px;}
.q_search .form-group{position:relative;margin:0;}
.q_search input[type="search"]{display: block;width: 100%;color: #000;line-height: 24px;padding: 7px 40px 7px 15px;height: 40px;border: 1px solid #e0e0e0;background: #fff;}
.q_search .search-btn{position: absolute;right: 0;top: 0;width: 40px;height: 40px;text-align: center;color: #555;font-size: 12px;background: 0;cursor: pointer;border:0;}
@media only screen and (max-width: 414px) {
	.q_search{top: 65px;}	
	.q_email{top: 65px;}
	.q_search .q_search1{padding: 20px;}
}
/*小屏幕导航*/
.mm-nav-box{overflow:hidden;position: fixed;top: 0;right: 0;width: 100%;height: 100%;z-index: 998;display: none;-webkit-transform: translateY(-100%);-moz-transform: translateY(-100%);-ms-transform: translateY(-100%);-o-transform: translateY(-100%);transform: translateY(-100%);}
.mm-nav-box[data-on="active"]{-webkit-transform: translateX(0);-moz-transform: translateX(0);-ms-transform: translateX(0);-o-transform: translateX(0);transform: translateX(0);top: 130px;}
.mm-nav-box .mm-wrap{position: fixed;top: 0;right: 0;width: 40%;padding-bottom: 15px;z-index: 100;}
.mm-nav-box .mm-wrap:before{content: "";width: 100%;height: 100%;position: absolute;top: 0;left: 0;background-color: #fff;z-index: -1;}
.mm-nav-box .mm-nav .li1{margin: 0 20px;line-height: 60px;border-bottom: 1px solid rgba(0,0,0,.15);}
.mm-nav-box .mm-nav .li1 .a1{display: block;color: #222222;font-size: 16px;}
.mm-nav-box .mm-nav .li1.on .a1{color: #e00000;}
.mm-nav-box .mm-nav .li1.on .mm-title{border-color: #e00000;}
.mm-nav-box .mm-nav .li1 .mm-title{position: relative;height: 60px;line-height: 60px;}
.mm-nav-box .mm-nav .li1 .mm-title .am{display:block;width:100%;height:100%;}
.mm-nav-box .mm-nav .li1 .mm-title .a1{position: absolute;top: 0;left: 0;height: 100%;z-index: 10;}
.mm-nav-box .mm-nav .li1 .mm-title .click{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.mm-nav-box .mm-nav .li1 .mm-title .click:after{content: "";position: absolute;top: 50%;right: 20px;width: 6px;height: 6px;border-top: 1px solid #222222;border-right: 1px solid #222222;-webkit-transform: rotate(135deg);-ms-transform: rotate(135deg);-o-transform: rotate(135deg);transform: rotate(135deg);margin-top: -3px;}
.mm-nav-box .mm-nav .li1 .mm-title .mclick{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.mm-nav-box .mm-nav .li1 .mm-title .mclick a{display:block;width:100%;height:100%;}
.mm-nav-box .mm-nav .li1.on .mm-title .click:after{border-color: #e00000;}
.mm-nav-box .mm-nav .li1 .mm-innav{display: none;padding: 6px 0;}
.mm-nav-box .mm-nav .li1[data-on="click"] .mm-innav{display: block;border-top: 1px solid rgba(0,0,0,.15);}
.mm-nav-box .mm-nav .li1[data-on="click"] .mm-title .click:after{-webkit-transform: rotate(-45deg);-ms-transform: rotate(-45deg);-o-transform: rotate(-45deg);transform: rotate(-45deg);}
.mm-nav-box .mm-nav .li1[data-on="click"] .a1{color:#35569d}
.mm-nav-box .mm-nav .li1 .mm-innav li{margin: 0 10px;border-bottom: 1px solid rgba(255,255,255,.4);line-height: 1;}
.mm-nav-box .mm-nav .li1 .mm-innav li a{color: #222222;font-size: 14px;line-height: 1.4;display: block;padding: 6px 0;}
.mm-nav-box .mm-nav .li1 .mm-innav li a:hover{color:#35569d}
.mm-nav-box .mm-nav .li1 .mm-innav li .box2{margin: 0 15px;}
.mm-nav-box .mm-wrap .mmlang{padding: 0 10px;font-size: 0;display: none;}
.mm-nav-box .mm-wrap .mmlang .mmitem{height: 55px;line-height: 55px;width: 50%;font-size: 14px;color: #222222;display: inline-block;*display: inline;*zoom: 1;text-align: center;}
.mm-nav-box .mm-wrap .mmlang .mmitem.on{color:  #e00000;}

.nav_lang {float: right;background: url(../images/top-qiu.png)no-repeat left;padding-left: 32px;margin-right: 0px;margin-left: 16px;}
.nav_lang a {font-size: 16px;color: #444444;font-weight: bold;line-height: 64px;height: 100%;padding-right: 26px;background: url(../images/top-sj.png) 80% no-repeat;}
.nav_lang a:hover { color: #f1a626; }

.nav_lang{ position:relative; }
.nav_lang .head-lame{display: none;position: absolute;top: 64px;left: 0;box-shadow: 0px 0px 6px 0px #999;width: 100%;background-color: #fff;z-index: 10;transition: all .3s;-webkit-transition: all .3s;}
.nav_lang:hover>a{/* background-color: #ddd; */}
.nav_lang:hover .head-lame{display: block;}
.nav_lang .head-lame a{ background: none; padding-right: 0; line-height: 52px; text-align: center; width: 100%; display: inline-block; border-bottom: 1px solid #ccc;}
.nav_lang .head-lame>a:hover{background-color: #f1a626;color: #fff;}
@media only screen and (max-width: 1400px){
	.nav_lang{ margin-left: 12px; }
}
@media only screen and (max-width: 1200px){
	.mm-nav-box {display: block;}
}
@media only screen  and (max-width: 800px){
	.mm-nav-box .mm-nav .li1 .mm-title{height: 45px;line-height: 45px;}
}
@media only screen  and (max-width: 600px){
	.mm-nav-box .mm-wrap{width: 100%;padding-bottom: 0;top: 0;}
	.mm-nav-box .mm-nav .li1 .mm-title .a1{font-size: 14px;}
	.mm-nav-box .mm-nav .li1 .mm-innav li a{font-size: 13px;}
	.mm-nav-box .mm-nav .li1{margin: 0 10px;}
	.mm-nav-box .mm-wrap .mmlang{display: block;}
}
.banner-swiper-container .swiper-slide img{max-width: 100%;display: block;    background-size: cover !important;}
.banner-swiper-container .swiper-slide .video-js{position: absolute;top: 0;left: 0;width: 100%;}
.banner-swiper-container .swiper-slide video{height: auto;}
.banner-swiper-container .swiper-button-prev{left:20px;}
.banner-swiper-container .swiper-button-next{right:20px;}
@media only screen  and (max-width: 767px){
	.banner-swiper-container .swiper-slide .video-js{display: none;}
}
.title{text-align:center;}
.title h2{color: #252525;font-weight:bold;font-size: 36px;text-transform:uppercase;letter-spacing:1px;margin-bottom: 5px;}
.title span{display: block;width:90px;height:4px;background:#35569d;margin:0 auto;transform: skewX(-30deg);}
@media only screen and (max-width: 767px){	
	.title h2{font-size:28px;}
	.nav_lang{ margin-top:10px; }
}
.indextag{float: right;padding: 18px 0;}
.indextag a{float: left;display: block;color: #666;font-size: 16px;line-height: 28px;padding: 0 16px;border-radius: 14px;transition: all .3s;-webkit-transition: all .3s;}
.indextag a.on, .indextag a:hover{background: #609E49;color: #fff;}
@media only screen  and (max-width: 500px){	
	.mm-nav-box {/* display:none; */}
	.htop{ display:none; }
	.sxwz{ display:none; }
	.toptel{ display:none; }
	.logo{ margin-top: 0; }
    #banner{ /* padding-top: 92px; */ }
	.title{ width: 100%;text-align: center; }
	.title h2{ font-size: 26px; }	
	.indextag{ width: 100%;text-align: center; }	
	.indextag a{ float: none;display: inline-block;font-size: 14px; }
}

@media only screen  and (max-width: 400px){	
    .mm-nav-box { display:block; }
}
@media only screen and (max-width: 1199px) {
	.htsearch{ display:none; }
	.hoico1, .hoico2{ display:none; }
}
@media only screen and (max-width: 991px) {
	.httel{ margin-left:10px; }
	.htlang{ margin-left: 10px;padding-right: 0; }
}
@media only screen and (max-width: 767px) {
	header, #headHigh{ height:84px; }
	.httel{ margin-right:10px; }
}
@media only screen and (max-width: 660px) {
	header, #headHigh{height: 84px;}
	.logo{ padding: 5px 0; }
	/* .logo img{height:60px;} */
	.hetrg{ padding:15px 0; }
}
@media only screen and (max-width: 575px) {
	header, #headHigh{height: 84px;}
	/* .logo img{height:50px;} */
	.hetrg{ padding:10px 0; }
}
@media only screen and (max-width: 530px) {
	.httel{ padding: 0 10px; }
	.httel span{ padding-left: 20px;font-size:16px; }
}
@media only screen and (max-width: 465px) {
	header, #headHigh{height: 86px;}
	/* .logo img{height:40px;} */
	.navbtn img{ width:30px; }
	.httel{ line-height: 30px; }
	.httel span{ font-size: 14px;font-weight:normal;padding-left:0;background:none; }
	.nav_lang{ margin-top: 12px;}
}
@media only screen and (max-width: 350px) {
	header, #headHigh{height:44px;}
	/* .logo img{height:34px;} */
	.hetrg{padding:7px 0;}
	.hetrg{padding:7px 0;}
}
@media only screen and (max-width: 1199px) {
	.hoprotab{width:200px;}
	.hoproConDiv{width: calc(100% - 200px);}
	.hoproBox h3{padding: 15px 0 15px 30px;}
	.hoproBox ul{padding: 15px 30px;}
}


/* 轮播图 */

.banner{ width:100%; overflow:hidden; height:740px; position:relative; float:left;  }
.banner ul {  overflow:hidden;  }
.banner_span{margin:0px;padding:0px;width:100%;position:absolute; bottom:40px;text-align:center; z-index:886;}
.banner_span span{display:inline-block;margin:0 5px;width:12px;height:12px; border-radius:12px; background:#fff; cursor:pointer;}
.banner_span span.cur,.banner_span span:hover{background:#f00;width:12px;height:12px; border-radius:12px;}
.banwenzi{ width:100%; height:auto; float:left; position:absolute; top:15vw; left:0;margin-top:0px;   transition:1s linear ; color:#fff; z-index:999; box-sizing:border-box}
.banwenzi h2{ width:100%; height:auto; float:left; font-size:65px; line-height:70px; font-weight:600; margin-top:30px; color:#fff; text-align:center;letter-spacing:1px;}
.banwenzi h3{ width:100%; height:auto; float:left; font-size:55px; line-height:60px; font-weight:600; margin-top:10px;color:#fff;text-align:center;letter-spacing:1px;}
.banwenzi p{ width:100%; height:auto; float:left; text-align:center; margin-top:45px;}
.banwenzi a.a{ width:auto; height:auto; line-height:24px; display:inline-block; text-align:center; margin:0 auto; border:1px solid #fff; font-size:18px; color:#fff; border-radius:40px; padding:12px 40px;} 
.banwenzi a.a:hover{ background:#f00; color:#fff;}
.banner ul li{ width:100%;  height:740px; float:left; overflow:hidden;position:relative; }
.banner ul li img,.banner ul li video{ width:100%; height:740px; float:left; transition:1.5s linear ; transform:scale(1.1);object-fit: cover;  }
.banner ul li.cur  img{transform:scale(1); }
.addCur{transform:scale(1) !important;  }
.wzaddCur{ margin-top:0px; }








#banner{position:relative;/* border-top: 4px solid #0a3390; */}
#banner video{width:100%;display:block;}
#banner .swiper-slide a{display:block;}
#banner .swiper-slide img{display:block;width:100%;}
#banner .swiper-pagination{bottom:40px;font-size:0;width: auto;left: 50%;transform: translateX(-50%);/* background: rgba(0,0,0,0.2); *//* padding: 8px 15px; *//* border-radius: 20px; */}
#banner .swiper-pagination-bullet{width: 20px;height: 8px;opacity:1;border-radius: 0;background: rgb(255 255 255 / 80%);position:relative;margin: 0 4px;}
#banner .swiper-pagination-bullet-active{background: #1b49b2;width: 32px;}
#banner .swiper-button-prev, #banner .swiper-button-next{width:46px;height:46px;background:url(../images/page/ban-jt.png) no-repeat center left;border:1px solid #fff;border-radius:50%;transition:all .3s;-webkit-transition:all .3s;}
#banner .swiper-button-prev{left:-115px;}
#banner .swiper-button-next{right:-115px;transform: rotate(180deg);}
#banner:hover .swiper-button-prev{left:115px;}
#banner:hover .swiper-button-next{right:115px;}
#banner .swiper-button-prev:hover, #banner .swiper-button-next:hover{background:url(../images/page/ban-jt.png) no-repeat center left -46px #fff;box-shadow: 0 0 3px 0px rgb(200 200 200 / 80%);}
@media (max-width: 1400px){
	#banner .swiper-button-prev{left:60px;}
	#banner .swiper-button-next{right:60px;}
}
@media (max-width: 767px){
	#banner .swiper-pagination{bottom:20px;}
	#banner .swiper-pagination-bullet{border:none;}
	#banner .swiper-button-prev, #banner .swiper-button-next{display:none;}
}
@media (max-width: 450px){
	#banner .swiper-pagination{bottom: 5px;padding:8px;}
	#banner .swiper-pagination-bullet{width:8px;height:8px;margin:0 5px;}
}















/*搜索*/
.search {line-height: 72px;height: 72px;display: block;overflow: hidden;border-bottom: 1px solid #ccc;}
.search .gjc {float: left;padding-left: 28px;background: url(../images/huo.png) left no-repeat;}
.search .gjc em {font-size: 18px;color: #1b49b2;font-weight: bold;position: relative;top: 2px;}
.search .gjc span {font-size: 14px;color: #1b49b2;padding-left: 5px;/* font-weight: bold; */}
.search .gjc a { font-size: 14px; color: #666666; }
.search .gjc a:hover { color: #1b49b2;  }
.search .sc { float: right; }
.search .sc form {width: 348px;height: 56px;padding-top: 12px;border-bottom: none;border-top: none;background: #ffffff;display: block;}
.search .sc form .tt {font-size: 14px;color: #999;float: left;line-height: 44px;padding-left: 24px;width: calc(100% - 72px);border: 1px solid #ccc;border-right: none;border-radius: 30px 0px 0px 30px;}
.search .sc form .s_bt {float: right;width: 72px;height: 46px;color: #fff;display: block;border-radius: 0 30px 30px 0;font-size: 0;background: url(../images/fdj.png) no-repeat center #1b49b2;}
.skt{float: left;padding-left: 48px;padding-right: 16px;margin-top: 15px;background: url(../images/dianhua.png) left no-repeat;border-right: 1px solid #ccc;}
.skt h2{font-size: 14px;padding-top: 3px;}
.skt p{line-height: 30px;font-size: 18px;font-weight: bold;}

@media(max-width: 1430px) {
	.search .gjc{width: 50%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
}

@media(max-width: 1260px) {
	.search .gjc{width: 50%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
}

@media(max-width: 1200px) {
	.search .sc form{ width:320px; }
	.search .sc form .s_bt{ width: 62px; }
}
	
@media(max-width: 992px) {
	.search .sc form {width: 100%;}
	

}

@media(max-width: 767px) {
	.search {height: auto;padding-left: 10px;padding-right: 10px;line-height: 32px;}
	.search .gjc em { display: none; } 
	.search .gjc {width: 100%;height: 54px;line-height: 54px;overflow: hidden;padding-left: 30px;}
	.search .gjc span { color: #1b49b2; }
	.search .sc { float: none; display: inline-block; margin: 0 auto; width: 100%; }
	.search .sc form {margin: 0px auto 0px auto;/* border: 1px solid #eee; */}
}

@media(max-width: 500px) {
	.search {line-height: normal;padding: 0 0;display: none;}
	.search .container{}
	.search .sc form {margin: 5px auto 10px auto;width: 100%;/* border: 1px solid #eee; */height: 42px;padding-top: 0;}
	.search .gjc{width: 100%;height: 48px;line-height: 48px;}
	.skt{border-right: none;position: relative;left: 50%;transform: translateX(-50%);}
	.search .sc form .tt{line-height: 40px;}
	.search .sc form .s_bt{height: 42px;width: 72px;}
}


.ys { overflow: hidden; width: 100%;overflow: hidden;padding-top:60px;padding-bottom:60px; }
.ys .adv_li_1 { margin-bottom: 20px; }
.ys .adv_li_3 { margin-bottom: 20px; }




@media(max-width: 767px){

	.adv .adv_t h6{font-size: 18px;}

	.adv .adv_t p{ font-size: 14px;}
	.adv .adv_t { padding: 30px 0 20px; margin-bottom: 15px;}
	.ys .adv_li_3 { margin-bottom: 0; }

}



/**/



.adv_li_1 .adv_li_img{float: right;}

.adv_li_1 .adv_li_txt{position:relative; }

.adv_li_1 .adv_li_txt::after{position:absolute; content:""; width:7px; height:360px; background:url(../images/youshitou.png) no-repeat;left:0;top:0px}


.adv_li_txt{padding-top: 50px;}

.adv_li_txt .adv_li_txt_t {background: url(../images/adv_li_txt_t1.png) no-repeat left;  padding-left: 120px;margin-bottom: 20px;height: 136px; padding-top: 15px;}

.adv_li_txt .adv_li_txt_t::after{}

.adv_li_txt .adv_li_txt_t::before{}

.adv_li_txt .adv_li_txt_t h3{font-size: 30px;font-weight:bold;color:#006cbe; line-height: 2;}

.adv_li_txt .adv_li_txt_t p{color: #999;font-size: 16px;}

.adv_li_txt .adv_li_txt_t b{border-bottom: 4px solid #006cbe;width: 40px;height: 4px; display: block; padding-top: 10px;}

.adv_li_txt .adv_li_txt_p{}

.adv_li_txt_p p{font-size: 14px;color: #666;line-height: 32px;margin-left:45px;position: relative;}

.adv_li_txt_p p::before{content:'◆'; position: absolute; left: -15px; top: 0px; color: #444444;}



.adv_li_2 {overflow: hidden;  position:relative;margin-bottom: 20px;}

.adv_li_2 .adv_li_txt2::after{position:absolute;content:"";width:7px;height:360px;background:url(../images/youshitou.png) no-repeat;right: -50px;top:0px;}

.adv_li_2 .adv_li_txt2::before{position:absolute;content:"";width:469px;height:6px;bottom: -60px;right: 0px;}

.adv_li_txt2{padding-top: 50px;}

.adv_li_txt2 .adv_li_txt_t2 {background: url(../images/adv_li_txt_t2.png) no-repeat left;padding-left: 125px;margin-bottom: 20px;height: 136px;padding-top: 20px;}

.adv_li_txt2 .adv_li_txt_t2::after{}

.adv_li_txt2 .adv_li_txt_t2::before{}

.adv_li_txt2 .adv_li_txt_t2 h3{font-size:26px;font-weight:bold;color:#006cbe; line-height: 2;}

.adv_li_txt2 .adv_li_txt_t2 p{color: #999;font-size: 16px;}

.adv_li_txt2 .adv_li_txt_t2 b{border-bottom: 4px solid #006cbe;width: 40px;height: 4px; display: block; padding-top: 10px;}

.adv_li_txt2 .adv_li_txt_p2{}

.adv_li_txt2 .adv_li_txt_p2 p{font-size: 16px;color: #666;line-height: 32px;margin-left:45px;position: relative;}

.adv_li_txt2 .adv_li_txt_p2 p::before{content:'◆'; position: absolute; left: -15px;color: #444444;}





.adv_li_3 .adv_li_img3 {float: right;}

.adv_li_txt3{padding-top:35px;position:relative}

.adv_li_txt3::after{position:absolute;content:"";width:7px;height:360px;background:url(../images/youshitou.png) no-repeat;left:0;top:0px}

.adv_li_txt3::before{position:absolute;content:"";width:469px;height:6px;background:url(../images/hengtou.png) no-repeat;bottom: -90px;right:85px;}

.adv_li_txt_t3 {background: url(../images/adv_li_txt_t3.png) no-repeat left;    padding-left: 120px;margin-bottom: 20px;height: 136px; padding-top: 15px;}



.adv_li_txt_t3 h3{font-size: 30px; line-height: 2; font-weight:bold;color:#006cbe;}

.adv_li_txt_t3 p{color: #999;font-size: 16px;}

.adv_li_txt_t3 b{border-bottom: 4px solid #006cbe;width: 40px;height: 4px; display: block; padding-top: 10px;}

.adv_li_txt_p3{}

.adv_li_txt_p3 p{font-size: 16px;color: #666;line-height: 32px;margin-left:45px;position: relative;}

.adv_li_txt_p3 p::before{content:'◆'; position: absolute; left: -15px;color: #444444;}




@media(max-width: 767px) {
	.adv_li_3 .adv_li_img3 { padding-left: 0px; padding-right: 0px; }
	.adv_li_txt3{ padding-left: 0px; padding-right: 0px; margin-bottom: 0; }

}


.adv_li_4 { padding-bottom: 50px;}

.adv_li_txt4{position:relative; padding-top:50px;}

.adv_li_txt4::after{position:absolute;content:"";width:7px;height:360px;background:url(../images/youshitou.png) no-repeat;right: 0;top:0px;}

.adv_li_txt4::before{position:absolute;content:"";width:469px;height:6px;background:url(../images/hengtou.png) no-repeat;bottom: -150px;right: 0px;}

.adv_li_txt4 .adv_li_txt_t4 {background: url(../images/adv_li_txt_t4.png) no-repeat left;    padding-left: 120px;margin-bottom: 20px;height: 136px; padding-top: 15px;}

.adv_li_txt4 .adv_li_txt_t4::after{}

.adv_li_txt4 .adv_li_txt_t4::before{}

.adv_li_txt4 .adv_li_txt_t4 h3{font-size: 30px;color:#006cbe;font-weight:bold; line-height: 2;}

.adv_li_txt4 .adv_li_txt_t4 p{color: #999;font-size: 16px;}

.adv_li_txt4 .adv_li_txt_t4 b{border-bottom: 4px solid #006cbe;width: 40px;height: 4px; display: block; padding-top: 10px;}

.adv_li_txt4 .adv_li_txt_p4{}

.adv_li_txt4 .adv_li_txt_p4 p{font-size: 16px;color: #666;line-height: 32px;margin-left:45px;position: relative;}

.adv_li_txt4 .adv_li_txt_p4 p::before{content:'◆'; position: absolute; left: -15px;color: #444444;}





@media(max-width: 1469px){

	.adv_li_txt{padding-top: 25px;}

	.adv_li_txt2{padding-top: 25px;}

	.adv_li_txt .adv_li_txt_t h3{font-size: 24px;}

	.adv_li_txt2 .adv_li_txt_t2 h3{ font-size: 24px;}

	.adv_li_3 .adv_li_txt_t3 h3{ font-size: 24px;}

	.adv_li_txt4 .adv_li_txt_t4 h3{font-size: 24px;}

}



@media(max-width: 1199px){

	.adv_li_txt_p p{ font-size: 14px;}

	.adv_li_txt .adv_li_txt_t h3{font-size: 20px;}

	.adv_li_txt2 .adv_li_txt_t2 h3{ font-size: 20px;}

	.adv_li_txt_t3 h3{ font-size: 20px;}

	.adv_li_txt4 .adv_li_txt_t4 h3{font-size: 20px;}

	.adv_li_txt .adv_li_txt_t{height: 80px; background-size: contain;}

	.adv_li_txt2 .adv_li_txt_t2{height: 80px; background-size: contain;}

	.adv_li_txt_t3{height: 80px; background-size: contain;}

	.adv_li_txt4 .adv_li_txt_t4{height: 80px; background-size: contain;}

	.adv_li_txt .adv_li_txt_t{padding-top: 0; padding-left: 80px;}

	.adv_li_txt2 .adv_li_txt_t2{padding-top: 0; padding-left: 80px;}

	.adv_li_txt_t3{padding-top: 0; padding-left: 80px;}

	.adv_li_txt4 .adv_li_txt_t4{padding-top: 0; padding-left: 80px;}

	.adv_li_1 .adv_li_txt{padding-top: 0;}

	.adv_li_txt2{padding-top: 0;}

	.adv_li_txt_p p{margin-left: 20px;}

	.adv_li_txt .adv_li_txt_t{margin-bottom: 10px;}

.adv_li_txt4 .adv_li_txt_p4 p { font-size: 14px; }
.adv_li_txt2 .adv_li_txt_p2 p{ font-size: 14px; }
.adv_li_txt_p3 p{ font-size: 14px; }
.adv_li_txt3 { padding-top: 0px; }
.adv_li_txt4{ padding-top: 0px; }

}





@media(max-width:991px){

	.adv_li_4{padding: 30px 0;}

	.adv_li_1{padding:30px 0;}

	.adv_li_img{margin-bottom:30px;}

	.adv_li_1 .adv_li_txt::after{display:none;}

	

	.adv_li_2 .adv_li_img2{padding-bottom:30px;}

	.adv_li_img3{margin-bottom:30px;}

	.adv_li_txt3{margin-bottom:30px;}

	.adv_li_img4{margin-bottom:30px;}

	.adv_li_txt4{margin-bottom:30px;}

	.youshi56{padding-top:30px;}

	.youshi5 .youshi5img img{padding-top:30px;}

    .adv_li_txt3::after{display:none}

	.adv_li_txt3::before{display:none}

	.adv_li_txt4::after{display:none}

    .adv_li_txt4::before{display:none}

    .adv_li_1 .adv_li_img{padding: 0;}

    .adv_li_2 .adv_li_img2{padding: 0;}

    .adv_li_txt2{padding: 0; padding-top: 20px;}

    .adv_li_img4{padding: 0;}

    .adv_li_txt4{padding: 0;}

}



@media(max-width: 767px){

	.adv_li_txt .adv_li_txt_t h3{ font-size: 18px;}

	.adv_li_txt2 .adv_li_txt_t2 h3{ font-size: 18px;}

	.adv_li_txt_t3 h3{ font-size: 18px;}

	.adv_li_txt4 .adv_li_txt_t4 h3{ font-size: 18px;}

	.adv_li_1{padding-bottom: 0;}
	.adv_li_1 .adv_li_txt { padding-left: 0px; padding-right: 0px; }
	.adv_li_4 { padding-top: 0; padding-bottom: 0; }
	.adv_li_txt2 .adv_li_txt_p2 p { margin-left: 20px; }
	.adv_li_txt_p3 p{ margin-left: 20px; }
	.adv_li_txt4 .adv_li_txt_p4 p{ margin-left: 20px; }

}


/*产品中心
#product { padding:60px 0 70px 0; display: block; overflow: hidden; background: #f5f5f5;}
#product .pro_box { display: flex; margin-top: 40px;}
#product .pro_box .box_l { width: 310px;margin-right: 25px; background: #fff; }
#product .pro_box .box_l .t .list { text-align: center; }
#product .pro_box .box_l .t { height: 110px; background: #006cba; }
#product .pro_box .box_l .t p { font-size: 24px; color: #fff; display: block; }
#product .pro_box .box_l .t span { font-size: 12px; text-transform: uppercase; color: #fff; opacity: 0.8; display: block;}
#product .pro_box .box_l .t img { max-width: 100%; display: block; }
#product .pro_box .box_l ul { display: block; } 
#product .pro_box .box_l ul li{display: block;height: 65px; position: relative;padding: 0px 50px;border-bottom: 1px #eee solid;display: flex;align-items: center;}
#product .pro_box .box_l ul li+li{border-top:1px solid #eee;}
#product .pro_box .box_l ul li{background:url(../images/pro_ico011.jpg)no-repeat center left 20px;}
#product .pro_box .box_l ul:last-child li{border-bottom:none;}
#product .pro_box .box_l ul li a{font-size: 15px;position: relative;overflow: hidden; display: block; line-height: 65px; width: 100%;}
#product .pro_box .box_l ul li:hover>a{color: #006cba;}
#product .pro_box .box_l ul li:after{content:'';background:url(../images/pro_ico012.jpg)no-repeat;width:19px;height:5px;position: absolute;display:block;right: 30px;}

#product .pro_box .box_l .prozx{height: 105px; background:#006cba;}
#product .pro_box .box_l .prozx .prodh{background:url(../images/prodh.png)left no-repeat;padding-left:48px;}
#product .pro_box .box_l .prozx .prodh p{color:#ffffff;font-size:14px;}
#product .pro_box .box_l .prozx .prodh h4{color:#ffffff;font-size:24px;font-weight:bold;}

#product .pro_box .box_r { width: calc(100% - 310px);}
#product .pro_box .box_r .r_t { position: relative; } 
#product .pro_box .box_r .r_t .swiper-button-next,#product .pro_box .box_r .r_t .swiper-button-prev { display: block;width: 61px;height: 61px; right: 0; top: 100%; background: #000; z-index: 10000; transform: translateY(-100%); margin-top: 0; border: 1px solid #ddd;}
#product .pro_box .box_r .r_t .swiper-button-next { background: url(../images/projtl01.png)no-repeat center #fff; right: 0; margin-right: 61px;  border-left: 1px solid #ddd; }
#product .pro_box .box_r .r_t .swiper-button-prev { background: url(../images/projtl02.png)no-repeat center #fff; left: 100%; margin-left: -61px;border-left: none;  }
#product .pro_box .box_r .r_t .swiper-button-next:hover { background: url(../images/projtl01_on.png)no-repeat center #006cba; border: 1px solid #006cba;  }
#product .pro_box .box_r .r_t .swiper-button-prev:hover { background: url(../images/projtl02_on.png)no-repeat center #006cba; border: 1px solid #006cba; }

#product .pro_box .box_r .r_t::after {   width: 113px;height: 113px;position: absolute;content: '';right: 0;top: 0;background: url(../images/proxp.png) no-repeat center; z-index: 9;}
#product .pro_box .box_r .r_t .box{ display: flex;background: #fff;padding: 30px 35px;justify-content: flex-end; position: relative;}
#product .pro_box .box_r .r_t .box>a.img{width: 50%; display: block; }
#product .pro_box .box_r .r_t .box>a.img dt { display: block; border: 1px solid #ddd; }
#product .pro_box .box_r .r_t .box>a.img dt img { max-width: 100%; display: block; }
#product .pro_box .box_r .r_t .box .desc { width: 50%; padding:20px;  }
#product .pro_box .box_r .r_t .box .desc .t { font-size: 20px;font-weight: bold;color: #006cba;line-height: 2.5; border-bottom:1px solid #ddd; display: block; position: relative; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}
#product .pro_box .box_r .r_t .box .desc .t::after { position: absolute; content: ''; left: 0; bottom: 0; width: 60px; height: 1px; background-color: #006cba; }
#product .pro_box .box_r .r_t .box .desc .list {margin-top: 30px; border: 1px dashed #ddd;margin-bottom: 20px;padding: 15px 15px 0 15px; font-size: 14px; color: #666; line-height: 1.8; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 6;overflow: hidden; height: 170px;}
#product .pro_box .box_r .r_t .box .desc a { display: block;float: left;width: 145px;height: 40px;line-height: 40px;margin-right: 30px;text-align: center;background: #da251e;border-radius: 27px;color: #fff; }
#product .pro_box .box_r .r_t .box .desc a.more { background: #006cba; }
#product .pro_box .box_r .r_t .box .desc a.more:hover { background: #da251e; }
#product .pro_box .box_r .r_t .box .desc a.zx:hover { background: #006cba;   }
#product .pro_box .box_r .r_b { display: block; overflow: hidden; margin-top: 20px;margin-left: -6px; margin-right: -6px; }
#product .pro_box .box_r .r_b li { width: 25%; display: block; float: left;  padding:0 6px; margin-bottom: 12px; }
#product .pro_box .box_r .r_b li:nth-child(n+5) { margin-bottom: 0; }
#product .pro_box .box_r .r_b li a { display: block; background: #fff; }
#product .pro_box .box_r .r_b li a img { max-width: 100%; display: block; }
#product .pro_box .box_r .r_b li a p { line-height: 3; display: block; padding-left: 10px; padding-right: 10px; text-align: center; font-size: 14px; color: #454545; text-overflow: ellipsis; white-space: nowrap; width: 100%; overflow: hidden; border-top: 1px dashed #ccc;}
#product .pro_box .box_r .r_b li:hover a p { color: #006cba;  border-top: 1px dashed #006cba;}


#product .homepro_r{ width: calc(100% - 320px); float: right;}
#product .homepro_r .hd ul { display: flex; margin-bottom: 12px; }
#product .homepro_r .hd ul li{flex: 1; line-height: 60px; display: inline-block; font-size: 18px; text-align: center; border-right: 1px solid #e3e1e1; background: #fff; }
#product .homepro_r .hd ul li a{ display: block; color: #454545;} 
#product .homepro_r .hd ul li.cur { background: #006cba; }
#product .homepro_r .hd ul li.cur a { color: #fff; }
#product .homepro_r .hd ul li:hover a { color: #fff; }
#product .homepro_r .hd ul li:last-child { border-right: none; }

#product .homepro_r .hd ul dl { flex: 1; line-height: 60px; display: inline-block; font-size: 18px; text-align: center;  background: #fff;  margin-bottom: 0;}
#product .homepro_r .hd ul dl a { display: block; color: #454545;} 
#product .homepro_r .hd ul dl:hover { background: #006cba; }

#product .homepro_r .hd ul dl:hover a { color: #fff; }

#product .homepro_r .bd {  }
#product .homepro_r .bd ul {  margin-left: -10px; margin-right: -10px; margin-top: 20px;}
#product .homepro_r .bd ul li { display: block; padding:0 10px; margin-bottom: 20px; }
#product .homepro_r .bd ul li a { padding-bottom: 0;background: #fff;display: block;position: relative; transition: all 0.5s;}
#product .homepro_r .bd ul li a:hover { box-shadow: 0 0 20px 0 rgba(0,0,0,0.1); }
#product .homepro_r .bd ul li a h3 {text-align: center;font-size: 16px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden; padding:20px 10px;}
#product .homepro_r .bd ul li:hover a h3 { color: #006cba; }


#product .homepro_r .bd ul li a .pro-img { overflow: hidden; display: block; }
#product .homepro_r .bd ul li a .pro-img img { max-width: 100%; display: block; transition: all 0.5s; }





@media(max-width: 1370px) {
	#product .pro_box .box_r .r_b li { width: 33.33%; }
	#product .pro_box .box_r .r_b li:nth-child(n+7) { display: none; }
	#product .pro_box .box_r .r_t .box .desc .list { height: 97px; -webkit-line-clamp:3; }
	#product .pro_box .box_l ul li { line-height: 55px; height: 55px; }
}

@media(max-width: 1270px) {
	#product .pro_box .box_r .r_t .box .desc a { margin-right: 20px; }
	#product .pro_box .box_r .r_t .swiper-button-next, #product .pro_box .box_r .r_t .swiper-button-prev { width: 41px; height: 41px; }
	#product .pro_box .box_r .r_t .swiper-button-next { margin-right: 41px; }
	#product .pro_box .box_r .r_t .swiper-button-prev { margin-left:-41px; }

}

@media(max-width: 1199px) {
	#product { padding:40px 0 50px 0; }
	#product .pro_box { margin-top: 20px; }
	#product .pro_box .box_l { width: 230px; }
	#product .homepro_r { width: calc(100% - 230px); }
	#product .pro_box .box_l .t { height: 80px; }
	#product .pro_box .box_l .t p { font-size: 20px; }
	#product .pro_box .box_l .prozx .prodh h4 { font-size: 20px; }
	#product .pro_box .box_l ul li { height: 45px; }
	#product .pro_box .box_l ul li a  { line-height: 45px; }
	#product .pro_box .box_r .r_t .box { padding:15px; }
	#product .pro_box .box_r .r_t .box .desc .t { font-size: 18px; }
	#product .pro_box .box_r .r_t .box .desc { padding:10px; }
	#product .pro_box .box_r .r_t .box .desc a { width: 110px; line-height: 35px; height: 35px; }
	#product .pro_box .box_r .r_t .box .desc .list { margin-top: 20px;}
	#product .homepro_r .hd ul li { font-size: 16px; }
	#product .homepro_r .hd ul dl { font-size: 16px; }
	#product .homepro_r .bd ul li a h3 { font-size: 15px; }
}


@media(max-width: 991px) {
	#product .pro_box { display: block; }
	#product .pro_box .box_l { width: 100%; display: block; }
	#product .pro_box .box_l .t img { display: none;  }
	#product .pro_box .box_l .t { display: block; text-align: center; padding-top: 20px; }
	#product .pro_box .box_l ul { overflow: hidden; border-left: 1px solid #ddd; border-bottom: 1px solid #ddd;}
	#product .pro_box .box_l ul li { width: 25%; float: left; padding:0; background: none; border-right:1px solid #ddd; text-indent: 2em;}
	#product .pro_box .box_l ul li:after { display: none; }
	#product .pro_box .box_l .prozx { display: none; }
	#product .pro_box .box_r { display: block; width: 100%; }
	#product .pro_box .box_r .r_t::after { display: none; }
	#product .pro_box .box_l ul li a { padding-right:10px; display: block; width: 100%; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }

	#product .homepro_r { float: none; display: block; width: 100%; margin-top: 20px; }
	#product .homepro_r .hd ul li { line-height: 50px; }
	#product .homepro_r .hd ul dl { line-height: 50px; }
}



@media(max-width: 767px) {
	#product { padding:35px 0 20px 0; }
	#product .pro_box .box_l .t { height: 80px;  display: flex; padding-top: 0;}
	#product .pro_box .box_l ul li { width: 50%; }
	#product .pro_box .box_l ul li:nth-child(2n) { margin-right: 0; }
	#product .pro_box .box_r .r_t .box { display: block; overflow: hidden; padding-bottom: 40px; }
	#product .pro_box .box_r .r_t .box>a.img { width: 100%; display: block; }
	#product .pro_box .box_r .r_t .box .desc{ width: 100%; display: block; }
	#product .pro_box .box_r .r_b li { width: 50%; }
	#product .pro_box .box_l ul li { background: none; padding-left:10px; padding-right: 10px; }
	#product .pro_box .box_l ul li:after { display: none; }
	#product .homepro_r { display: block; width: 100%; float: none; }
	#product .homepro_r .hd ul li { line-height: 45px; font-size: 14px; }
	#product .homepro_r .hd ul dl { line-height: 45px; font-size: 14px; }
	#product .homepro_r .bd ul { display: block; width: 100%; font-size: 0; }
	#product .homepro_r .bd ul li { width: 50%; display: inline-block; padding: 0 5px;}
	#product .homepro_r .bd ul li:nth-child(n+9) { display: none; }
	#product .homepro_r .bd ul {  margin-left: 0px;  margin-right: 0px; }

}
*/


/* 推销联系我们 */
.Sell {
    padding: 75px 0 55px 0;
    background: url(../images/tjbg.png) no-repeat;
}

.Sell .tqyan {
    overflow: auto;
}
.tnian{ padding-right:20px;
}
.Sell .txleft, .Sell .tspn {
    padding-left: 0;
    padding-right: 0;
}

.Sell .txleft h2 {
    color: #333333;
    font-size: 40px;
    line-height: 40px;
    font-weight: bold;
}

.Sell .txleft .tfont {
    margin-top: 15px;
}

.Sell .txleft .tuix {
    color: #999999;
    font-size: 18px;
    margin: 36px 0 31px 0;
    width: 91%;
    line-height: 22px;
}

.Sell .txleft .sellbtn {
    background: #1b49b2;
    width: 400px;
    height: 46px;
    text-align: left;
    line-height: 46px;
    border-radius: 10px; padding-left:20px;
}
.Sell .txleft .sellbtn:hover{background:#f1a626;}
.Sell .txleft .sellbtn a {
    color: #fefefe;
    font-size: 18px;
}

.Sell .tspn {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.Sell .video-div {
    margin-top: 29px;
}

.Sell .video-div p {
    color: #999999;
    font-size: 18px;
    margin-top: 13px;
}

@media (max-width: 1409px) {
    .Sell .txleft h2 {
        font-size: 34px;
        line-height: 34px;
    }
}

@media (max-width: 1199px) {
    .Sell .txleft h2 {
        font-size: 28px;
        line-height: 28px;
    }
}

@media (max-width: 991px) {
	.Sell .txleft .tuix{margin:20px 0;}
	.Sell{padding:30px 0;}
    .Sell .txleft .tuix {
        width: 100%;
    }
	 .tnian {
        display: none;
    }
}

@media (max-width: 767px) {
    .Sell .txleft h2 {
        font-size: 18px;
        line-height: 18px;
    }

    .Sell .txleft .tuix {
        font-size: 16px;
    }

    .Sell .txleft .tfont {
        margin-top: 10px;
    }
    .Sell .txleft .sellbtn{
        width: 100%;
    }
     .Sell .txleft .sellbtn a{
         font-size: 14px;
    }
    
}

@media (max-width: 425px) {
    .Sell .tspn {
        justify-content: center;
    }

    .Sell .txleft h2 {
        font-size: 16px;
        line-height: 16px;
    }

    .Sell .txleft .tuix {
        font-size: 14px;
    }

   
}

/*lm3*/
.sy-lm44{background: url(../images/lm4-bj.jpg) center;padding: 64px 0;padding-bottom: 112px;}
.lm44-nr{display: inline-block;width: 588px;padding-top: 32px;}
.lm44-nr ul{}
.lm44-nr ul li{width: 268px;float: left;padding: 12px 0;padding-left: 78px;margin-right: 20px;background: url(../images/lm4-m1.png) left no-repeat;margin-bottom: 30px;}
.lm44-nr ul li h2{font-size: 24px;font-weight: bold;padding-bottom: 3px;}
.lm44-nr ul li p{color: #666;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}

.lm44-more{position: relative;width: 93%;}
.lm44-more p{background: #0449B1;padding: 12px 20px;font-size: 20px;color: #fff;border-radius: 32px;margin-top: 16px;}
.lm44-more p a{background: url(../images/ys-tel.png) #fff 85% no-repeat;padding: 9px 28px;border-radius: 32px;float: right;display: inline-block;position: absolute;top: 3px;right: 3px;padding-right: 60px;color: #0449B1;}

.lm44-nr ul li:hover h2{ color:#0ab358; }
.lm44-nr ul li:hover p{ color:#0ab358; }
.lm44-nr ul li:nth-of-type(1){ background: url(../images/lm4-m1.png) left no-repeat; }
.lm44-nr ul li:nth-of-type(1):hover{ background: url(../images/lm4-m1-1.png) left no-repeat; }
.lm44-nr ul li:nth-of-type(2){ background: url(../images/lm4-m2.png) left no-repeat; }
.lm44-nr ul li:nth-of-type(2):hover{ background: url(../images/lm4-m2-1.png) left no-repeat; }
.lm44-nr ul li:nth-of-type(3){ background: url(../images/lm4-m3.png) left no-repeat; }
.lm44-nr ul li:nth-of-type(3):hover{ background: url(../images/lm4-m3-1.png) left no-repeat; }
.lm44-nr ul li:nth-of-type(4){ background: url(../images/lm4-m4.png) left no-repeat; }
.lm44-nr ul li:nth-of-type(4):hover{ background: url(../images/lm4-m4-1.png) left no-repeat; }
.lm44-nr ul li:nth-of-type(5){ background: url(../images/lm4-m5.png) left no-repeat; }
.lm44-nr ul li:nth-of-type(5):hover{ background: url(../images/lm4-m5-1.png) left no-repeat; }
.lm44-nr ul li:nth-of-type(6){ background: url(../images/lm4-m6.png) left no-repeat; }
.lm44-nr ul li:nth-of-type(6):hover{ background: url(../images/lm4-m6-1.png) left no-repeat; }
.lm44-nr ul li:nth-of-type(7){ background: url(../images/lm4-m7.png) left no-repeat; }
.lm44-nr ul li:nth-of-type(7):hover{ background: url(../images/lm4-m7-1.png) left no-repeat; }
.lm44-nr ul li:nth-of-type(8){ background: url(../images/lm4-m8.png) left no-repeat; }
.lm44-nr ul li:nth-of-type(8):hover{ background: url(../images/lm4-m8-1.png) left no-repeat; }


@media only screen and (max-width: 1440px){
	
}
@media only screen and (max-width: 1366px){
	.lm44-more p{margin-top: 10px;}
}
@media only screen and (max-width: 1300px){
	
}
@media only screen and (max-width: 1199px){
	
}
@media only screen and (max-width: 991px){
	
}
@media only screen and (max-width: 767px){
	.sy-lm44{background:#eeedf2;padding-bottom: 30px;padding-top: 30px;}
	.lm44-nr{width:100%;padding-top: 20px;}
	.lm44-nr ul li{width: 48%;margin: 2% 1%;padding-left: 72px;}
	.lm44-nr ul li h2{ font-size: 20px;}
    .lm44-more{ width:100% }
    .lm44-more p{ padding: 8px 20px; font-size: 16px; text-align: center;}
    .lm44-more p a{ display:none }
}
@media only screen and (max-width: 500px){
	
}

@media only screen and (max-width: 400px){
	
}	














#countup {
    margin-top: 60px;
}

/* .countup-div{padding:70px 0;} *//* #countup  .countup-txt h4 {text-align:center;} */
#countup .countup-txt h4 p {
    color: #444444;
    font-size: 24px;
    display: inline-block;
    font-weight: bold;
}

.countup-div {
    position: relative;
}

.countup-div:before {
    content: '';
    position: absolute;
    top: 8px;
    right: 0;
    width: 1px;
    height: 60px;
    background: #d5d5d5;
}

.countup-div:nth-child(4):before {
    content: none;
}

#countup .countup-txt h4 span {
    color: #444444;
    font-size: 60px;
	font-weight:bold;
}

#countup .countup-txt > p {
    color: #666666;
    font-size: 18px;
}

@media (max-width: 991px) {
	#countup{margin-top:20px;}
    #countup .countup-txt h4 span {
        font-size: 50px;
    }

    #countup .countup-txt h4 p {
        font-size: 18px;
    }

    #countup .countup-txt > p {
        font-size: 14px;
    }

    /* .countup-div:before{top:0;height:auto;} */
    .countup-div:nth-child(2):before {
        content: none;
    }
}

@media (max-width: 767px) {
    .countup-div {
        padding: 20px 0;
    }

    #countup .countup-txt h4 span {
        font-size: 30px;
    }

    #countup .countup-txt h4 p {
        font-size: 16px;
    }
}



/*newss*/
.newsC {padding-bottom:60px;background:#f4f4f4;padding-top:60px;}
.newsC .newcont .newcomp {background:url(../images/cnew.png)no-repeat;background-size:97% 100%;}
.newcomp .newimg{min-height:280px;display:flex;background:white;border: 1px solid #0f3f81;}
.newcomp .newimg img{width:100%;height:auto;margin:auto 0;}
.newcomp {padding-right:30px!important;}
.newsC .newcont .newcomp .comnewtit{display:flex;justify-content:space-between;padding:28px 0 22px 0;}
.newsC .newcont .newcomp .comnewtit h2{color:#ffffff;font-size:20px;}
.newsC .newcont .newcomp .comnewtit span{font-size:20px;background:#0f3f81;color:#ffffff;width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;}
.newsC .newcont .newcomp .newdtit{display:flex;justify-content:space-between;margin-top:23px;}
.newsC .newcont .newcomp .newdtit h2{width:330px;font-size:18px;color:#333333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.newsC .newcont .newcomp .newdtit em{font-size:14px;color:#999999;}
.newsC .newcont .newcomp  .newline{width:80px;height:1px;background:#d0d9e1;margin:25px 0px 30px 0px;}

@media only screen  and (max-width: 1300px){
	.newsC .newcont .newcomp .newdtit h2{font-size:12px;}
	.newsC .newcont .newcomp .comnewtit{padding:10px 0 22px 0;}
}
@media only screen  and (max-width: 991px){
	.newsC .newcont .newcomp {background-size:100% 100%;}
	.newcomp {padding-right:none;}
	.newsC .newcont .newcomp .newdtit h2{font-size:16px;}
	.new-qtn{margin-top:10px;}
	..new-qtn {padding-bottom:20px;}
}

@media only screen  and (max-width: 767px){
	.newsC{padding-top:20px;background:#f4f4f4;}
}
@media only screen  and (max-width: 425px){
	
	.news-lcon .owl-dots  {display:none;}
	
}
#ntiow{margin-top:50px;background:#f5f5f5;}

.title3 {display: block;padding: 0 0 26px 0;position: relative;}
.title3::before{content: "";position:absolute;width:46px;height:7px;background:url(../images/jiantou01.png) no-repeat;top:77px;}
.title3 h3{color:#0f3f81;font-size: 36px;padding-bottom:10px;font-weight:bold;}
.title3 p{color:#666;font-size:16px;}
@media (max-width: 991px) {
	.title3 {text-align: center;}
	
}
.news-lcon{position:relative;}
.news-lcon ul li .newhnei{margin-top:51px;}
.news-lcon ul li .newhnei .newhtit{font-size:18px; color:#333333;line-height:18px;width:350px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.news-lcon ul li .newhnei .newhseod{margin-top:20px;font-size:14px;color:#999999;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.news-lcon ul li .newhnei .newdate{display:flex;justify-content:space-between;margin-top:30px;}
.news-lcon ul li .newhnei .newdate .newline{width:80px;height:1px;background:#d0d9e1;margin-top:13px;}
.news-lcon ul li .newhnei .newdate em{color:#999999;font-size:14px;}
.news-lcon .owl-dots  .owl-dot{width: 10px;
    height: 10px;
    background: #dedede;
    display: inline-block;
    border-radius: 50px;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    margin-right: 3px;
    cursor: pointer;
}
.news-lcon .owl-dots{
    position: absolute;
    top: -8%;
    right: 0;
}
.news-lcon .owl-dots .active{
	    width: 30px;
		background:#0f3f81;
}
.news-lcon .owl-nav{
	display:none;
}
/* .newsC .owl-dots .owl-dot{width:10px;height:10px;background:red;} */
.new-qtn {background:#ffffff;padding-bottom:68px;}
.new-qtn .news-nav{margin-top:32px;}
.new-qtn .news-nav ul{display:flex;}
.new-qtn .news-nav ul li.on{padding-bottom:5px;border-bottom:4px solid #0f3f81;}
.new-qtn .news-nav ul li.on a{color:#0f3f81;font-size:20px;font-weight:bold;}
.new-qtn .news-nav ul li  a{color:#666666;font-size:20px;}
.new-qtn .news-nav ul li:first-child{
	margin-left:15px;
}
.new-qtn .news-nav ul li:last-child{margin-left:30px;}
.newss{padding: 68px 0px;}
.newss .ne-top{}
.newss-le .news-topp{position:relative}

.newss-le .news-topp .news-toppd{position:relative;overflow:hidden;}
.newss-le .news-topp h4{font-size: 36px;color:#444444;padding-bottom:30px;/* padding-top:30px; */}
.newss-le .news-topp a.news-toppda h3{font-size: 18px;color: #252525;line-height: 35px;padding-top: 15px;}
.newss-le .news-topp a.news-toppda h3:hover{color:#0f3f81}
.newss-le .news-topp .news-toppd p{font-size: 14px;color: #666;line-height: 20px;}
.newss-le .news-topp .news-toppd span {color: #999;font-size: 14px;position:relative;line-height:42px;}
.newss-le .news-topp a.news-toppdmore{position:absolute;right: 0px;background:url(../images/jiantou1.png) 100px center no-repeat #252525;width: 144px;height: 42px;border-radius: 30px;padding-left:35px;line-height: 42px;font-style: normal;color:#fff}

.newss-re .news-tbg{margin-top:15px;}
.newss-re .news-tbg ul{border-bottom: 2px solid #ccc;padding-bottom: 30px;padding-top: 10px;text-align:right;}
.newss-re .news-tbg .on a{height: 41px;background: #0f3f81;border-radius:30px;color:#fff}
.newss-re .news-tbg li{display: inline-block;/* float: right; */}
.newss-re .news-tbg li a{color: #444444;text-align:center;margin:auto;display:block;line-height:41px;padding: 0 40px;}

.newss-re .news-lbe{}
.newss-re .news-lbe li {border-bottom: 1px dashed #ccc;height:130px;padding-top:25px}
.newss-re .news-lbe li a{display:block;overflow:hidden;}
.newss-re .news-lbe li span{color:#fff;background: url(../images/bianxing.png) no-repeat;width:70px;height:81px;display:block;text-align:center;font-size:30px;font-weight:bold;float: left;padding-top: 7px;}
.newss-re .news-lbe li a:hover span{background: url(../images/bianxing1.png) no-repeat;}
.newss-re .news-lbe li span i{font-style:normal;display:block;text-align:center;font-size:12px;}
.newss-re .news-lbe li h3{font-size:18px;color: #252525;float:right;padding-left:25px;padding-top:20px;width:calc(100% - 70px);}
.newss-re .news-lbe li h3 a{line-height:30px;}
.newss-re .news-lbe li a:hover h3{color:#0f3f81}
.newss-re .news-lbe li h3 p{color: #666666;font-size: 14px;line-height: 28px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
@media (max-width: 767px) {
	.newss-re .news-tbg ul{display:flex;}
	.newss-re .news-tbg ul li{flex:1;}
	.newss-re .news-tbg ul li a{padding:0;}
}


.news-nr{ overflow:hidden;}
.news-nr .s5-wz{background: #fff;padding: 24px;margin-bottom: 10px;box-shadow: 0 0 7px 0 rgb(0 0 0 / 15%);}
.news-nr .s5-wz .s5-wz-p1{}
.news-nr .s5-wz .s5-wz-p1 h2{ float: left; font-size: 20px; font-weight: bold;}
.news-nr .s5-wz .s5-wz-p1 em{ float: right;}
.news-nr .s5-wz .s5-wz-p1 em a{ font-size: 16px; line-height: 22px; font-family: Arial;}
.news-nr .s5-wz .s5-wz-p2{ padding-top: 20px;}
.news-nr .s5-wz .s5-wz-p2 img{ width: 100%;}
.news-nr .s5-wz .s5-wz-p2 .wa1{}
.news-nr .s5-wz .s5-wz-p2 .wa1 h2{font-size: 18px;font-weight: bold;padding: 2px 0;margin-top: 16px;border-left: 4px solid #0f3f81;padding-left: 12px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.news-nr .s5-wz .s5-wz-p2 .wa1 p{font-size: 14px;padding-top: 12px;line-height: 24px;margin-bottom: 12px;color: #888;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
.news-nr .s5-wz .s5-wz-p3{padding-top: 10px;border-top: 1px solid #ccc;}
.news-nr .s5-wz .s5-wz-p3 ul{}
.news-nr .s5-wz .s5-wz-p3 ul li{ padding-left: 20px; line-height: 32px; background: url(../images/news-dian.png) left no-repeat;overflow: hidden;  text-overflow: ellipsis;  white-space: nowrap;}
.news-nr .s5-wz .s5-wz-p3 ul li a{ }
@media (max-width: 1200px){
	.news-nr .s5-wz{ padding:18px; }
}
@media (max-width: 500px){
	.news-nr>div{padding:0;}
	.news-nr .s5-wz .s5-wz-p1 h2{font-size: 18px;}
	.news-nr .s5-wz .s5-wz-p2{ padding-top:10px; }
	.news-nr .s5-wz .s5-wz-p2 .wa1 h2{ font-size:16px; }
	.news-nr .s5-wz .s5-wz-p1 em a{ font-size:14px; }
}







/* 首页标题 */
.sy-tit{padding:0 10px;text-align: center; padding-bottom:40px; padding-top:30px;}
.sy-tit h2{font-size: 44px;color: #333;font-weight: bold;}
.sy-tit h2 em{font-weight: bold;color: #1b49b2;}
.sy-tit p{color: #666;font-size: 18px;margin-top: 3px;padding: 10px 0;text-transform:uppercase;font-family:Arial;}
.sy-tit i{background: url(../images/sy-tit-img.png) center no-repeat;height: 20px;width: 90px;display: inline-block;}
@media only screen and (max-width:1199px){
	.sy-tit h2{font-size: 38px;}
	.sy-tit p{font-size: 16px;margin-top: 5px;}
}
@media only screen and (max-width:767px){
	.sy-tit h2{font-size: 30px;}
	.sy-tit p{font-size: 14px;margin-top: 5px;margin-bottom: 5px;}
}
@media only screen and (max-width:500px){
	.sy-tit h2{font-size: 26px;}
}

/*lm1*/
#sy-lm1{padding: 50px 0;padding-bottom: 0px;}
.lm1-nr{ background: url(../images/lm1-bjt.jpg) center no-repeat; margin-top: 30px;}
.lm1-s1{ border-bottom: 1px solid #e3e3e3; display: block; border-top: 1px solid #e3e3e3; position: relative; margin-bottom: 70px; text-align: center;}
.lm1-s1 ul{}
.lm1-s1 ul li{float: left;display: contents;width:16%;}
.lm1-s1 ul li>a{ font-size: 15px; padding: 0px 20px;width:16%;float: left; line-height: 76px; font-weight: bold; border-right: 1px solid #ccc;}
.lm1-s1 .lm1-sanji{position: absolute;left: 50%;bottom: -56px;transform: translateX(-50%);display: none;}
.lm1-s1 ul li.on>a,.lm1-s1 ul li:hover>a{ color:#1b49b2 }
.lm1-s1 ul li.on .lm1-sanji,.lm1-s1 ul li:hover .lm1-sanji{display:block;}
.lm1-s1 .lm1-sanji p{ float: left; padding: 0 20px;}
.lm1-s1 .lm1-sanji a{ font-size: 18px;}

.lm1-s2{ padding-top: 20px; padding-bottom: 60px;}
.lm1-s2 ul{ display: none; text-align: center;}
.lm1-s2 ul li{}
.box2-item-max{ padding-left: 10px; padding-right: 10px;}
.box2-item-max>a{ display: flex;background: #fff;padding: 45px 30px;color:#666;}
.box2-item-max .box2-max-l{width: 50%;display: inline-block;/* padding-right: 30px; */padding-left: 10px;}
.box2-max-title{ font-size: 24px; padding-top: 30px; font-weight: bold; color: #1b49b2; text-align: left;}
.box2-max-txt{ font-size: 15px; line-height: 28px; padding: 20px 0; text-align: left;}
.box2-btn{ display: inline-block; padding: 10px 46px; background: #f1a626; color: #fff; border-radius: 26px; font-size: 16px; float: left;}
.box2-btn:hover{ background:#1b49b2 }
.box2-max-r{width: 50%;display: inline-block;}
.box2-max-r img{}
.box2-item{ padding: 10px; padding-top: 0; padding-bottom: 20px;}
.box2-item>a{}
.box2-top{}
.box2-top img{}
.box2-bom{ position: relative; border-top: 1px solid #e3e3e3;}
.box2-bom-l{line-height: 68px;font-size: 16px;padding-left: 20px;background: #fff;text-align: left;text-overflow:ellipsis;white-space:nowrap;overflow: hidden;width: 80%;}
.lm1-s2 ul li:hover .box2-bom-l{ background: #1b49b2; color: #fff;}
.box2-bom-xian{width: 66px;height: 68px;background-color: #eeeeee;position: absolute;right: 0;top: 0;}
.lm1-s2 ul li:hover .box2-bom-xian{ background: #f1a626;}
.box2-bom-r-img{ width: 22px; height: 26px; background-image: url(../images/qcj-gn.png); background-position: center center; background-repeat: no-repeat;}
.lm1-s2 ul li:hover .box2-bom-r-img{ background-image: url(../images/qcj-gn1.png);} 
.box2-bom-r{width: 20%;height: 100%;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;position: absolute;right: 0;top: 0;border-left: 1px solid #e3e3e3;}
.box2-show-btn {width: 190px;height: 50px;border: solid 1px #e3e3e3;text-align: center;line-height: 50px;font-size: 20px;color: #999;border-radius: 40px;margin-top: 26px;margin-bottom: 20px;display: inline-block;}
.box2-show-btn:hover{ border:1px solid #1b49b2; color:#1b49b2; }

@media only screen and (max-width: 1440px){
	.box2-bom-xian{ width: 60px;}
}
@media only screen and (max-width: 1366px){
	.box2-bom-xian{ width: 56px;}
	.box2-item-max>a{padding: 43px 30px;display: block;}
	.box2-item-max .box2-max-l{ float: left;}
	.box2-max-r{}
	.lm1-s2{ padding-bottom:20px; }
}
@media only screen and (max-width: 1199px){
	.box2-bom-xian{width: 42px;}
	.lm1-s1 ul li>a{ padding: 0 48px;}
	.box2-max-title{ padding-top: 10px; font-size: 18px;}
	.box2-btn{}
	.box2-show-btn{width: 160px;height: 42px;line-height: 42px;font-size: 16px;}
	.lm1-s2{ padding-bottom:30px; }
}
@media only screen and (max-width: 991px){
	.box2-btn{ font-size: 16px; padding: 7px 24px;}
	.box2-bom-xian{width: 32px;}
}
@media only screen and (max-width: 767px){
	.box2-show-btn{width: 124px;height: 36px;line-height: 36px;font-size: 16px;}
	.lm1-s1 .lm1-sanji{width: auto;}
	.lm1-s1 ul li>a{ padding: 0 14px; font-size: 20px;}
	.lm1-s1 .lm1-sanji a{ font-size: 16px;}
	.lm1-nr{ background: #f7f7f7;}
	.box2-item>a{ border: 1px solid #ccc; display: block;}
	.box2-bom-xian{width: 46px;}
	.lm1-s2{ padding-bottom:20px; }
	.box2-item-max .box2-max-l{width: 100%;padding: 0;padding-bottom: 10px;}
	.box2-max-r{ width: 100%;}
	.box2-item-max{ margin-bottom:10px; }
	.box2-item-max>a{ padding: 32px 20px;}
}
@media only screen and (max-width: 500px){
	.lm1-s1 ul li>a{padding: 0 8px;font-size: 15px;font-weight: normal;}
	.lm1-s1 .lm1-sanji a{ font-size: 16px;}
	.box2-item-max .box2-max-l{width: 100%;padding: 0;padding-bottom: 10px;}
	.box2-max-r{ width: 100%;}
	.box2-item-max>a{ display: block; padding: 30px;}
	.box2-item-max{ margin-bottom:10px; }
	.lm1-nr{ background:#f7f7f7 }
	.lm1-s2{ padding-bottom:20px; }
	.box2-bom-xian{width: 36px;height: 54px;}
	.lm1-s1 .lm1-sanji p{padding: 0 10px;display: inline-block;margin: 0 0px;}
	.box2-max-title{padding-top:0;font-size: 18px;}
	.box2-max-txt{ padding: 12px 0; line-height: 24px; font-size: 14px;}
	.box2-btn{padding: 6px 32px;font-size: 14px;}
	.box2-bom-l{line-height: 54px;font-size: 14px;}
	.lm1-s1 ul li.on .lm1-sanji,.lm1-s1 ul li:hover .lm1-sanji{
}
}

@media only screen and (max-width: 425px){
	.box2-bom-xian{width: 32px;height: 54px;}
}

/*lm2 background: url(../images/lm2-cpbj.png) left 98% no-repeat;*/
#sy-lm2{padding: 30px 0;padding-bottom: 60px;}
.lm2-nr{ padding-top: 48px; position: relative;}
.lm2-qi{display: block;position: absolute;top: -76px;width: 95%;}
.lm2-qi ul{}
.lm2-qi ul li{ width: 13.8%; float: left; text-align: center; border-radius: 10px; background: #f2f4f6; margin: 0 0.2%; position: relative; padding: 16px;}
.lm2-qi ul li::after{content: '';position: absolute;left: 0px;right: -10px;height: 21px;top: -9px;background: url(../images/ys-lmtb.png) center top no-repeat;}
.lm2-qi ul li.on{ background: #1b49b2;}
.lm2-qi ul li em{ font-size: 50px; font-family: Impact; letter-spacing: 2px;}
.lm2-qi ul li p{ font-size: 22px;}
.lm2-qi ul li span{font-family: arial;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;overflow: hidden;}
.lm2-qi ul li.on em{ color: #fff;}
.lm2-qi ul li.on p{ color: #fff;}
.lm2-qi ul li.on span{ color: #fff;}

.lm2-wz{ box-shadow: 1px 6px 8px 3px #e3e3e3;border-radius: 20px; padding: 40px; position: relative; margin-top: 60px; background: #fff;}
.ys-nr{ display: block;overflow: hidden;padding-top: 80px; }
.ys-nr .nrjs{}
.nr-img{ padding: 0;}
.nr-img img{}
.nr-yswz{padding-top: 40px;padding-left: 40px;}
.nr-yswz .lm5-shang{display: block;overflow: hidden;border-bottom: 1px solid #e3e3e3;padding-bottom: 42px;}
.nr-yswz .lm5-shang em{float: left;font-size: 48px;line-height: 69px;color: #fff;font-family: Impact;letter-spacing: 2px;padding: 12px 24px;background: url(../images/ys-szbj.png) center no-repeat;}
.nr-yswz .lm5-shang .lm5-www1{ float: left; padding-left: 20px;}
.nr-yswz .lm5-shang .lm5-www1 h2{font-weight: bold;font-size: 36px;padding-top: 12px;}
.nr-yswz .lm5-shang .lm5-www1 span{text-transform: uppercase;font-family: arial;font-size: 20px;padding-top: 7px;display: block;color: #999;}
.nr-yswz .lm5-zhong{padding: 30px 0;}
.nr-yswz .lm5-zhong p{margin: 8px 0;padding-left: 36px;font-size: 18px;line-height: 32px;color: #666;background: url(../images/ys-quan.png) left 7px no-repeat;}
.nr-yswz .lm5-tel{}
.nr-yswz .lm5-tel p{}
.nr-yswz .lm5-tel p a{margin-right: 20px;color: #fff;background: #1b49b2;font-size: 18px;padding: 12px 36px;border-radius: 24px;line-height: 24px;float: left;position: relative;top: 0px;left: 0;}
.nr-yswz .lm5-tel p em{ font-size: 24px; }

@media only screen and (max-width: 1440px){
	.nr-yswz .lm5-tel p{width:100%;font-size: 16px;}
	.nr-yswz{padding-top: 12px;}
	.nr-yswz .lm5-zhong p{font-size: 16px;}
}

@media only screen and (max-width: 1366px){
    .nr-yswz .lm5-zhong p{ font-size: 15px;}
	.lm2-qi ul li span{ display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden;}
}

@media only screen and (max-width: 1300px){
	.nr-yswz .lm5-shang em{line-height: 80px;}
    .nr-yswz .lm5-shang .lm5-www1 span{}
    .nr-yswz .lm5-shang .lm5-www1 h2{}
    .nr-yswz .lm5-tel p a{ margin-right: 0px; padding-right: 54px; padding: 8px 30px; padding-right: 54px; top: -7px;}
    .nr-yswz .lm5-zhong p{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}
    .nr-yswz .lm5-tel p em{ font-size: 22px;}
    .nr-yswz .lm5-shang{ padding-bottom: 20px; }
}

@media only screen and (max-width: 1199px){
	.nr-img{ width:100% }
	.nr-yswz{ width:100% }
	.lm5-nr{ padding-bottom:20px; }
	.nr-img img{ width:100% }
	.nr-yswz .lm5-zhong{ padding:20px 0 }
	.lm2-qi ul li p{ font-size: 16px;}
	.nr-yswz .lm5-shang{padding-bottom: 12px;}
	.nr-yswz .lm5-shang em{ padding: 0px 24px;}
}

@media only screen and (max-width: 991px){
	.nr-img{ width:100% }
	.nr-yswz .lm5-tel p a{ top: -7px;}
	.lm2-qi{ left: 18px;}
	.lm2-qi ul li p{ font-size: 14px; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden;}
}

@media only screen and (max-width: 767px){
	.ys-nr{ padding: 0px;/* border-radius: 20px; */ }
	.nr-img{ width:100% }
    .nr-yswz{ padding:0;padding-top: 24px; }
    .nr-yswz .lm5-shang em{ line-height: 64px;font-size: 40px;padding: 2px  24px;background-size: 70%; }
    .nr-yswz .lm5-shang .lm5-www1{ width: 72%;padding-left: 10px; }
    .nr-yswz .lm5-shang .lm5-www1 span{ font-size: 12px; }
    .nr-yswz .lm5-shang .lm5-www1 h2{ font-size: 26px; }
    .nr-yswz .lm5-tel p a{ display: none;font-size: 18px; }
    .nr-yswz .lm5-tel p em{ font-size: 20px; }
    .nr-yswz .lm5-zhong p{ font-size:14px;line-height: 24px;background: url(../images/ys-quan.png) 4px 6px no-repeat;background-size: 12px; }
    .nr-yswz .lm5-zhong{ padding: 12px 0;}
    .lm5-nr{ padding: 24px 0;/* background: #1b49b2; */ }
    .nr-yswz .lm5-tel p{ padding: 6px 20px; }
    .nr-yswz .lm5-tel{ text-align:center; }
	.lm2-qi ul li span{ display:none; }
	.lm2-qi ul li{ width: 23%;margin: 3% 1%;padding: 10px 3px; }
	.lm2-wz{ margin-top: 20px;}
	.lm2-qi ul li p{ font-size: 14px; }
	.lm2-qi{ position: relative; top: 0; width: 100%; display: block; overflow: hidden; padding: 20px 0; padding-top: 0; }
	.lm2-nr{ padding-top: 20px; }
	.lm2-qi ul li::after{ right: 0; }
	.nr-yswz .lm5-shang{ padding-bottom:20px; }
	.lm2-qi ul li em{ font-size: 42px; }
}

@media only screen and (max-width: 500px){
	.lm2-wz{ padding: 20px;margin-top: 0; }
	.nr-yswz .lm5-shang{ padding-bottom:20px; }
	.lm2-qi ul li em{ font-size:24px; }
	.nr-yswz .lm5-shang .lm5-www1{ width: 66%;padding-left: 10px; }
	.lm2-qi{left: 0px;}
}

@media only screen and (max-width: 425px){
	.lm2-qi ul li:nth-child(5){ width: 31%; }
	.lm2-qi ul li:nth-child(6){ width: 31%; }
	.lm2-qi ul li:nth-child(7){ width: 32%; }
}

/*lm3*/
#sy-lm3{ padding: 30px 0; width:100%; background: url(../images/about-bj.jpg) repeat-x; width:100%; background-size: cover;padding-top:90px;padding-bottom:90px; }

.sy-tit1{ float: left; }
.sy-tit1 h2{ font-size: 46px;font-weight: bold;color: #fff; }
.sy-tit1 p{ font-size: 16px;padding: 10px 0;color: #fff;}
.sange{ float: right;position: relative;top: 50px; }
.sange ul{}
.sange ul li{ float: left; color: #fff; font-size: 36px; padding: 0 36px; padding-left: 72px; }
.sange ul li:nth-child(1){background: url(../images/about-tb1.png) left no-repeat;/* background-size: contain; */}
.sange ul li:nth-child(2){background: url(../images/about-tb2.png) left no-repeat;/* background-size: contain; */}
.sange ul li:nth-child(3){background: url(../images/about-tb3.png) left no-repeat;/* background-size: contain; */}
.sange ul li em{font-size: 60px;font-weight: bold;padding-right: 3px;}

.lm3-nr{background: #fff;margin-top: 100px;/* box-shadow: 0px 8px 10px 0px #e3e3e3; */border-left: 1px solid #e3e3e3;display: block;overflow: hidden;}
.lm3-left{ background: #fff; padding-top: 47.5px;padding-left: 47.5px;}
.lm3-left img{ padding-bottom: 10px; padding-top: 12px;}
.lm3-left h2{ font-weight: bold; font-size: 32px; padding-bottom:20px;}
.lm3-left p{ line-height: 28px; font-size: 16px; color: #666;}
.lm3-left a{background: #f1a626;color: #fff;padding: 10px 30px;border-radius: 30px;display: inline-block;margin-top: 20px;font-size: 16px;}

.lm3-right{ padding: 0;}
.lm3-right img{float:right}

.shuzi{ border-top: 1px solid #e3e3e3; border-bottom: 1px solid #e3e3e3;}
.shuzi .main {display: flex;}
.shuzi .main .stat-items { flex: 1;position: relative;text-align: center;border-left: 1px solid #e3e3e3; }
.shuzi .sss1{ text-align: center;display: inline-block;padding: 30px 0; }
.shuzi .main .stat-items:nth-child(5){ border-right: 1px solid #e3e3e3; }
.shuzi .main .stat-items .stat-items-t-box .stat-items-t { font-size: 60px;font-weight: bold;color: #333;/* font-family: ch; */line-height: 78px; }
.shuzi .main .stat-items:hover .stat-items-t-box .stat-items-t{ color:#1b49b2 }
.shuzi .main .stat-items .stat-items-t-box .stat-items-unit { font-size: 20px;color: #fff;position: relative;top: -6px;left: 6px;background: #1b49b2;border-radius: 20px;width: 32px;height: 32px;line-height: 32px;display: inline-block;text-align: center;}
.shuzi .main .stat-items p{font-size: 18px;color: #666;}

@media only screen and (max-width: 1440px){
	
}
@media only screen and (max-width: 1366px){
	.lm3-left{padding: 28.5px 42px;}
	.lm3-left h2{font-size: 20px;padding: 12.5px 0;}
	.lm3-left p{ font-size: 14px; line-height: 24px;}
	.lm3-left a{}
	
}
@media only screen and (max-width: 1300px){
	.sange ul li em{ font-size: 42px;}
	.sange ul li{ font-size: 28px; padding: 0 12px; padding-left: 68px;}
	.shuzi .main .stat-items .stat-items-t-box .stat-items-t{font-size: 48px;}
	.shuzi .main .stat-items .stat-items-t-box .stat-items-unit{ font-size: 18px;}
	.shuzi .main .stat-items p{ font-size: 16px;}
	.lm3-left h2{font-size: 20px;padding: 10.5px 0;}
	.lm3-left p{ font-size: 14px; line-height: 24px;}
	.sange ul li:nth-child(1){background-size: contain; }
	.sange ul li:nth-child(2){background-size: contain;}
	.sange ul li:nth-child(3){ background-size: contain; }
}
@media only screen and (max-width: 1199px){
	.lm3-left p{ display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
	.shuzi{ background:#fff }
	.lm3-left a{ padding: 9.5px 30px;}
	.sy-tit1 h2{ font-size:38px; }
	.sange{ top: 30px;}
	.lm3-nr{ margin-top: 80px;}
}
@media only screen and (max-width: 1024px){
	.lm3-left a{ padding: 7px 30px;}
}
@media only screen and (max-width: 991px){
	.sange{ float: left; top: 20px;}
	.shuzi .main .stat-items .stat-items-t-box .stat-items-t{font-size: 50px;}
	.lm3-left h2{
    font-size: 18px;
}
}
@media only screen and (max-width: 767px){
	.sange ul li{width:50%;/* padding: 0 36px; */padding-left: 62px;font-size: 18px;display: block;}
	.sange ul li em{font-size: 36px;padding-right: 6px;}
	.lm3-nr{margin-top: 46px;}
	.sange{top: 12px;float: left;width: 100%;}
	.sy-tit1 h2{ font-size: 32px; }
	#sy-lm3{ padding-top: 42px; }
	.shuzi .main .stat-items{ width: 41%;flex: initial; }
	
}
@media only screen and (max-width: 500px){
	.lm3-left{ padding: 28.5px 20px; }
	.lm3-left h2{ font-size: 20px; }
	.sange ul li{padding-left: 36px;font-size:16px;}
	.sange ul li:nth-child(1){ background-size: 36px; }
	.sange ul li:nth-child(2){ background-size: 36px; }
	.sange ul li:nth-child(3){ background-size: 36px; }
	.lm2-wz{padding-left:42px;padding-left: 20px;}
	.sange ul li em{ font-size: 24px;}
}

@media only screen and (max-width: 400px){
	
}	


/*lm4*/
#sy-lm4{ padding: 30px 0; overflow: hidden;}
.lm4-nr{ display: flex;padding-top: 32px; }
.lm4-qige{ flex: 1;width: 12%;}

.lm4-qige{position:relative;}
.yimg { background: #000000;}
.yimg img { opacity: 0.6; transition: all 0.8s;}
.yingyong { position: relative;width:100%;height:100%;display:block;}
/*
.yingyong .ycont { position: absolute;width: 100%;top: 0;left: 0;height: 100%;}
*/
.yingyong .ycont{position:absolute;left:0;top:0;width:100%;height:100%;}
.xtp { width: 113px;line-height: 113px;height: 113px;margin: 0 auto;text-align: center;/* background: rgb(255, 255, 255, 0.2); */border-radius: 50%;}
.xtp img { width: auto !important;display: inline-block !important;}
.yingyong .ycont .p1 {width: 100%;text-align: center;color: #fff;font-size: 20px;font-weight: 600;line-height: 20px;transition: all 0.8s;}
.yingyong:hover .yimg img { opacity: 1;}
.yingyong .ycont .xtp{ transition: all 0.8s;}
.yingyong .ycont .p1::after {/* width: 0px; *//* height: 2px; *//* background: #fff; *//* margin: 0 auto; *//* margin-top: 18px; */content: "";/* display: block; */}
.yingyong:hover .ycont .p1::after { width: 28px;}

@media only screen and (max-width: 1440px){
	
}
@media only screen and (max-width: 1366px){
	.yingyong .ycont .p1{font-size: 18px;}
}
@media only screen and (max-width: 1300px){
	.yingyong .ycont .p1{font-size: 18px;}
}
@media only screen and (max-width: 1199px){
	.yingyong .ycont .p1{font-size: 16px;}
}
@media only screen and (max-width: 767px){
	.lm4-nr{ display: block;}
	.lm4-qige{ width: 33.3%; float: left;}
	.lm4-qige:nth-child(7){ display:none }
	.mm-nav-box[data-on="active"]{
    top: 87px;
}
}
@media only screen and (max-width: 500px){
	.lm4-nr{ display: block; }
	.lm4-qige{ width: 33.3%; float: left; }
	.lm4-qige:nth-child(7){ display:none }
	.yingyong .yimg img{ width: 100%; }
	.xtp{line-height:unset;height:auto;}
	.yingyong .ycont .p1{line-height: 32px;font-size: 14px;line-height:22px;margin-top:10px;}
	.ycont .xtp img{ height: 70px; }
}

/*lm5*/
#sy-lm5{ padding: 30px 0; overflow: hidden; }
.lm5-nr{}

.process-list{ display:flex;margin-top: 40px;margin-bottom: 20px;position:relative; }
.process-list::after{ content:'';width: calc(100% - 184px);height: 0px;background:#0463ae;position:absolute;left:50%;bottom: 12px;transform:translateX(-50%); }
.process-list .process-o{ flex:1;padding: 0 10px;width: 10%;text-align:center;position:relative;z-index:4; }
.process-list .process-o .process-img{margin-bottom: 38px;position: relative; }
.process-list .process-o .process-img img{filter: drop-shadow(0 7px 5px rgb(0 0 0 / 20%));transition: all .5s;-webkit-transition:all .5s;width: 100%;}
.xiaoyuan{ position: absolute; bottom: -28px; border-radius: 36px; background: #f2f4f6; padding: 8px; border: 5px solid #fff; left: 50%; transform: translateX(-50%);}
.xiaoyuan img{}
.process-list .process-o .process-num{ margin:0 auto;text-align:center;position:relative; }
.process-list .process-o .process-num p{font-size:12px;margin-top: 3px;font-weight: normal;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;overflow: hidden;}
.process-list .process-o.on .process-num p{ color:#f1a626 }
.process-list .process-o:last-child .process-num::after{ display:none; }
.process-list .process-o .process-num span{ font-size: 22px;/* font-weight:bold; */color: #666f; }
.process-list .process-o p{ font-size: 20px;color:#444;margin-top: 24px;font-weight: bold; }
.process-list .process-o.on{ z-index:5; }
.process-list .process-o.on span{ color:#f1a626; }
.process-list .process-o.on .xiaoyuan,.process-list .process-o:hover .xiaoyuan{ background: #f1a626; }

.tb1{ display:block; }
.tb2{ display:none; }

.process-list .process-o.on .xiaoyuan .tb1,.process-list .process-o:hover .xiaoyuan .tb1{ display:none; }
.process-list .process-o.on .xiaoyuan .tb2,.process-list .process-o:hover .xiaoyuan .tb2{ display:block; }

@media only screen and (max-width: 1440px){
	
}
@media only screen and (max-width: 1366px){
	
}
@media only screen and (max-width: 1300px){
	.process-list .process-o .process-num span{font-size: 18px;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;overflow: hidden;}
}
@media only screen and (max-width: 1199px){
	.process-list .process-o .process-num span{ font-size: 16px;}
}
@media only screen and (max-width: 991px){
	.process-list .process-o .process-num span{}
}
@media only screen and (max-width: 767px){
	.process-list{ display: block; margin-top: 0;}
	.process-list .process-o{ float: left; width: 33.3%;}
	.process-list .process-o .process-num span{ font-size: 16px; /* color: #fff; */}
	.process-list .process-o .process-num p{ display: none;}
	.process-list .process-o p{ margin: 10px 0; /* color: #fff; */}
}
@media only screen and (max-width: 500px){
	.process-list{ display: block; margin-top: 0;}
	.process-list .process-o{ float: left; width: 33.3%;}
	.process-list .process-o .process-num span{ font-size: 16px; /* color: #fff; */}
	.process-list .process-o .process-num p{ display: none;}
	.process-list .process-o p{ margin: 10px 0; /* color: #fff; */}
	#sy-lm5{ padding: 0px 0;}
}

/**/
#sy-lm6{ overflow: hidden; padding: 54px 0; background: #f2f4f6;}
.lm6-nr{ text-align: center;}
.lm6-nav{ display: inline-block; overflow: hidden; padding: 20px 0;}
.lm6-nav p{ font-size: 22px; float: left; padding: 0 50px; background: url(../images/lm6-xjt.png) 86% no-repeat;}
.lm6-nav p.on{color:#0463ae;background: url(../images/lm6-xjt1.png) 86% no-repeat;}

.cp2{}
.cp2 ul{}
.cp2 ul li{}
.cp2 ul li a{}
.cp2 ul li a img{}

@media only screen and (max-width: 1610px){
	
}

@media only screen and (max-width: 1510px){
	
}

@media only screen and (max-width: 1440px){
	
}

@media only screen and (max-width: 1366px){
	
}
@media only screen and (max-width: 1300px){
	#sy-lm6{ padding-bottom:20px; }
}
@media only screen and (max-width: 1199px){
	
}

@media only screen and (max-width: 991px){
	
}
@media only screen and (max-width: 767px){
	
}
@media only screen and (max-width: 500px){
	.lm6-nav p{padding: 0 36px;font-size: 18px;}
	#sy-lm6{ padding-bottom:20px; }
}

/*lm7*/
#sy-lm7{ padding: 40px 0; overflow: hidden;}
.lm7-nr{ text-align: center;}
#sy-lm7 ul{ padding: 12px 0;}
#sy-lm7 .owl-carousel .owl-nav.disabled{display:block;}
#sy-lm7 ul .owl-prev, #sy-lm7 ul .owl-next{ top: 45%;}
#sy-lm7 ul li{}
#sy-lm7 ul li a{}
#sy-lm7 ul li a>img{ border: 1px solid #e3e3e3;}
#sy-lm7 ul li a i{ position: absolute; top: 0; left: 0; display: none;}
#sy-lm7 ul li:hover a i{ display:block; }

@media only screen and (max-width: 1440px){
	
}
@media only screen and (max-width: 1366px){
	
}
@media only screen and (max-width: 1300px){
	#sy-lm7{ padding-bottom:10px; }
}
@media only screen and (max-width: 1199px){
	#sy-lm7{ padding-bottom:10px; }
}
@media only screen and (max-width: 991px){
	
}
@media only screen and (max-width: 767px){
	#sy-lm7{ padding-bottom: 0px; }
	#sy-lm7 ul .owl-prev, #sy-lm7 ul .owl-next{ display:block; }
	#sy-lm7 ul .owl-prev{ left:0 }
	#sy-lm7 ul .owl-next{ right:0 }
}
@media only screen and (max-width: 500px){
	
}














/*lm8*/
#sy-lm8{ padding: 30px 0; overflow: hidden; background: url(../images/news-cpbj.png) left top no-repeat;}
.lm8-nr{ display: block; overflow: hidden; padding-top: 30px;}
.lm8-nr .lm8-left{ background: #f2f4f6; padding: 42px; padding-bottom: 20px;}
.lm8le-shang{}
.lm8le-shang .lm8le-tit{ float: left; padding-left: 20px; border-left: 3px solid #1b49b2;}
.lm8le-shang .lm8le-tit h2{}
.lm8le-shang .lm8le-tit p{ padding-top: 6px; font-size: 18px; line-height: 20px; color: #666;}
.lm8le-shang .lm8le-nav{ float: right;}
.lm8le-shang .lm8le-nav p{ float: left; padding: 0 20px; margin: 20px 0; border-right: 1px solid #e3e3e3; position: relative;}
.lm8le-shang .lm8le-nav p:nth-child(2){ border-right: none;}
.lm8le-shang .lm8le-nav p::after{content: '';position: absolute;left: 0px;right: 0px;bottom: -18px;transition: all .2s;-webkit-transition: all .2s;}
.lm8le-shang .lm8le-nav p.on::after{ border-bottom: 3px solid #275797; left: 10px; right: 10px; }
.lm8le-shang .lm8le-nav p.on a{ color:#275797; }								
.lm8le-shang .lm8le-nav p a{ font-size: 20px; line-height: 20px;}
.lm8le-xia{ padding-top: 20px; }
.lm8le-xia .news-sss1{}
.lm8le-xia .news-sss1>img{ padding-bottom: 14px; }
.lm8le-xia .news-sss1 ul{}
.lm8le-xia .news-sss1 ul li{ padding: 22px 0;border-bottom: 1px solid #e3e3e3;}
.lm8le-xia .news-sss1 ul li:nth-child(1) p{display:block;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
.lm8le-xia .news-sss1 ul li a{ display: grid;}
.lm8le-xia .news-sss1 .xwbt{ padding-left: 30px; background: url(../images/news-letb1.png) left top no-repeat; display: inline-block; width: 100%; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden;}
.lm8le-xia .news-sss1 ul li:hover .xwbt{ background: url(../images/news-letb1-1.png) left top no-repeat; }
.lm8le-xia .news-sss1 ul li:nth-child(4){ border-bottom: inherit; }
.lm8le-xia .news-sss1 .xwbt h2{ font-size: 18px; /* font-weight: bold; */ float: left; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; width: 74%;}
.lm8le-xia .news-sss1 .xwbt em{ float: right; font-size: 14px; }
.lm8le-xia .news-sss1 ul li a p{ padding-left: 30px; padding-top: 10px; font-size: 14px; color: #999; display: none;}

.lm8-right{ background: #f8f8f8; padding: 0;}
.lm8ri-shang{ display: block; overflow: hidden; height: 100%; padding: 40px; padding-top: 72px;}
.lm8ri-le{ text-align: center; position: relative; padding-left: 0;}
.lm8ri-le img{ padding-top: 100px;}
.lm8ri-le h2{ font-size: 20px; padding: 14px 0;}
.lm8ri-le p{ font-size: 16px; color: #999;}
.lm8ri-le i{ display: inline-block; width: 64px; height: 40px;  background: #c6c6c6;  margin-top: 10px; text-align: center; line-height: 40px; font-size: 28px; color: #fff;}
.lm8ri-le i::after{}
.lm8ri-ri{ float: right; border-left: 1px solid #e3e3e3; padding-left: 51px; padding-bottom: 40px;}
.lm8ri-ri ul{}
.lm8ri-ri ul li{}
.lm8ri-ri ul li .news-wt{ padding: 14px 0;}
.lm8ri-ri ul li .news-wt a{}
.lm8ri-ri ul li .news-wt h2{ font-size: 18px;font-weight: bold;margin-bottom: 16px;padding-left: 30px;background: url(../images/news-letb1.png) left top no-repeat;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;overflow: hidden;}
.lm8ri-ri ul li:hover .news-wt h2{ background: url(../images/news-letb1-1.png) left top no-repeat;}
.lm8ri-ri ul li .news-wt p{ color: #999;padding-left: 30px;background: url(../images/news-letb2.png) left top no-repeat;line-height: 24px;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}

.lm8-nr .owl-nav{ display: none; }
.lm8-nr .owl-dots{ left: 50%; position: absolute; bottom: -40px; transform: translateX(-50%);}
.lm8-nr .owl-dot{ display: block;float: left;padding: 0 6px;}
.lm8-nr .owl-dot span{ width: 12px; height: 12px; display: block; background: #e3e3e3; border-radius: 20px;}
.lm8-nr .owl-dot.active span{ background:#1b49b2 }
.lm8ri-xia{display: flex;height: 100%;}
.lm8xia-img{padding: 0;flex: 3;}
.lm8xia-img img{ height: 100%;}
.lm8xia-more{ text-align: center; background: #1b49b2; padding: 20px; min-height: 193px;}
.lm8xia-more h2{ font-size: 23px; /* font-weight: bold; */ padding-bottom: 12px; color: #fff; padding-top: 42px;}
.lm8xia-more i{ border-radius: 30px;background: #fff;display: inline-block;width: 30px;font-size: 24px;height: 30px;color: #1b49b2;text-align: center;}

@media only screen and (max-width: 1440px){
	.lm8xia-more{ min-height: 179px; }
	.lm8ri-shang{ padding-top: 68px; }
}

@media only screen and (max-width: 1366px){
	.lm8ri-shang{ padding-top: 64px; }
	.lm8xia-more{min-height: 165px;flex: 1;}
	.lm8xia-more h2{ padding-top: 32px; }
}
@media only screen and (max-width: 1300px){
	.lm8ri-shang{padding-top: 54px;}
	.lm8ri-ri{ padding-left:20px; }
}

@media only screen and (max-width: 1199px){
	.lm8le-shang .lm8le-tit h2{ font-size:20px; }
	.lm8xia-more h2{}
	.lm8le-shang .lm8le-nav p{ margin: 16px 0; margin-top: 0;}
	.lm8ri-shang{padding-top: 40px;padding-bottom: 25px;}
	.lm8ri-ri{ padding-left: 20px;}
	.lm8le-xia .news-sss1 ul li:nth-child(1) p{ -webkit-line-clamp: 3;}
	.lm8le-shang .lm8le-nav p a{ font-size: 18px;}
}

@media only screen and (max-width: 991px){
	.lm8le-shang .lm8le-nav p a{ font-size: 16px;}
	.lm8xia-more h2{ font-size: 20px;}
	.lm8-nr .lm8-left{ padding: 42px 20px;}
	.lm8ri-ri{padding-left: 15px;}
	.lm8ri-le h2{
    font-size: 18px;
}
}

@media only screen and (max-width: 767px){
	#sy-lm8{ background:inherit; }
	.lm8ri-ri{ padding-left: 0;border-left: inherit;padding-right: 0; }
	.lm8ri-le img{ padding-top:0; }
	.lm8ri-le p{ display:none; }
	.lm8ri-le i{ display:none; }
	.lm8ri-shang{ padding: 24px; padding-top: 36px; }
	.lm8le-shang .lm8le-nav p{ padding: 0 10px; margin: 10px 0; }
	.lm8le-shang .lm8le-nav p a{ font-size: 16px; }
	.lm8le-shang .lm8le-tit h2{ font-size: 24px; }
	.lm8le-xia .news-sss1 .xwbt h2{ font-size:16px; }
	.lm8xia-more{padding: 18.5px 20px;}
	.lm8xia-more h2{ padding-top: 12px; font-size: 18px; }
	.lm8ri-le{ padding:0; }
}

@media only screen and (max-width: 500px){
	.lm8-nr .lm8-left{ padding: 24px; }
	.lm8xia-more{padding: 18px 20px;min-height: 87px;}
}

@media only screen and (max-width: 425px){
	.lm8-nr .lm8-left{ padding: 24px; }
	.lm8xia-more{ padding: 12px 20px;min-height: 87px; }
}


/*lm9*/
#sy-lm9{ background: url(../images/sylxbj.png) center no-repeat;padding: 34px 0;padding-bottom: 0px; }
.lm9-dz{ padding: 35px 35px; border-right: 1px solid #4d7eef; }
.lm9-dz h2{ font-size: 18px;color: #e3e3e3;padding: 6px 0;padding-left: 40px;background: url(../images/lm9-tb1.png) left no-repeat;}
.lm9-dz p{font-size: 16px;color: #eee;padding-top: 14px;}
.lm9-lx{padding: 34px 34px;border-right: 1px solid #4d7eef;}
.lm9-lx h2{ font-size: 18px;color: #e3e3e3;padding: 6px 0;padding-left: 40px;background: url(../images/lm9-tb2.png) left no-repeat;}
.lm9-lx p{ color: #eee;font-size: 24px;padding-top: 6px; }
.lm9-lx a{color:#eee;}
.lm9-zx{ padding: 48px 42px; }
.lm9-zx a{}
.lm9-zx p{ border: 1px solid #65a2da;line-height: 42px;text-align: center;font-size: 20px;color: #eee;padding-right: 20px;padding-left: 40px;border-radius: 0px 24px 0px 24px;background: url(../images/lm9-tb3.png) 9% no-repeat;}

@media only screen and (max-width: 1440px){
	
}

@media only screen and (max-width: 1366px){
	.lm9-zx p{font-size: 18px;}
}
@media only screen and (max-width: 1300px){
	.lm9-dz{ padding: 24px 35px;}
}
@media only screen and (max-width: 1199px){
	.lm9-lx p{ font-size: 18px;}
	.lm9-zx p{font-size: 16px;line-height: 38px;}
	.lm9-zx{padding: 48px 8px;flex: 1;}
	.lm9-dz{padding: 24px 35px;}
	#sy-lm9{  }
}

@media only screen and (max-width: 991px){
	#sy-lm9{ background: #1b49b2;padding: 0; }
	#sy-lm9 .container{ display:flex; }
	.lm9-lx{ border-right:inherit;flex: 1; }
	.lm9-dz{ border-right:inherit;flex: 1; }
	.lm9-zx p{ line-height: 42px; }
}

@media only screen and (max-width: 767px){
	.lm9-lx{ border-bottom:1px solid #4d7eef; }
	.lm9-dz{ border-bottom:1px solid #4d7eef; }
	#sy-lm9 .container{ display:block }
}

@media only screen and (max-width: 500px){
	.lm9-zx{ padding: 30px 12px; }
	.lm9-lx p{ font-size: 20px; }
}

.flink{line-height: 78px;/* background: #1b49b2; */display: flow-root;border-bottom: 1px dashed #e3e3e3;}
.flink .container{ background: url(../images/sy-link.png) 98% no-repeat; }
.flink span{color: #fff;font-size: 18px;text-transform: uppercase;float: left;padding-left: 42px;background: url(../images/link.png) left no-repeat;}
.ss-link{float: left;padding-left: 12px;/* flex: 3; */}
.ss-link a{ color: #e3e3e3;padding: 0 4px;font-size: 15px; }
.ss-link a:hover{ color:#0b75ce }

@media only screen and (max-width: 1366px){
    .flink span{font-size: 18px;/* flex: 1; */}
    .flink{line-height: 48px;/* display: flex; */}
}

@media only screen and (max-width: 767px){
	.flink{ line-height: 36px; }
	.flink span{font-size: 16px;line-height: 32px;}
    .flink .container{ background: url(../images/sy-link.png) 94% no-repeat; background-size: 20px; }
    .ss-link a{ font-size:14px; }
	.ss-link{padding-bottom:10px;line-height: 30px;}
	.flink{line-height: 72px;/* display: flex; */}
}

/*****************************************************************************/

/* 通用配置 */
.owl-rela{ position:relative; }
.owl-prev, .owl-next{ display:block;width: 42px;height: 84px;background:url(../images/pro-jtbn.png) no-repeat;position:absolute;top:50%;margin-top:-34px;text-indent:-99999999px;opacity: 1;/* transition:all .3s; *//* -webkit-transition:all .3s; */}
#nybusinesslist .owl-prev,#nybusinesslist .owl-next{ display:none; }
.honor_nr .owl-prev,.honor_nr  .owl-next{ display:none }
.owl-prev{ left: -60px; }
.owl-next{ right: -60px; transform: rotate(180deg); }
.owl-prev:hover, .owl-next:hover{ opacity:1; }
@media (max-width:800px){
	.owl-prev, .owl-next{ display:none; }
}

/* 图片封面动画 */
.white, .whites{ position: relative;overflow: hidden; }
.white::after, .whites::after{ content: '';cursor: pointer;position: absolute;left: -120%;top: 0;width: 100%;height: 100%;
background-image: -moz-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,.5),rgba(255,255,255,0));
background-image: -webkit-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,.5),rgba(255,255,255,0));
transform: skewx(-25deg);transition: unset;}
.white:hover::after{ left: 120%;-moz-transition: 1s;-o-transition: 1s;-webkit-transition: 1s;transition: 1s; }

/* 底部 */
footer{ background: #f7f8fc; }
.ft-nr{ background: #161c21; padding-top: 40px; padding-bottom: 40px; }
.ft-lmnr{ padding-top: 48px; }
.ft-nav{}
.ft-lm1{}
.ft-lm1 h2{ font-size: 20px; color: #fff; padding-bottom: 16px; }
.ft-lm1 p{}
.ft-lm1 p a{color: #727a7f;font-size: 14px;line-height: 32px;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;overflow: hidden;}
.ft-lm1 p a:hover{ color:#1b49b2; }

.ft-lxfs{}
.ft-ewm{ text-align: center; }
.ft-ewm h2{ color: #fff; font-size: 18px; padding-bottom: 20px; }
.ertu{}
.ertu img{ width: 100%;}
.ertu p{color: #727a7f;line-height: 48px;font-size: 14px;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;overflow: hidden;}

.ft-sange{ padding-top: 28px;}
.ft-sange ul{}
.ft-sange ul li{border-radius: 30px;background: #3e4e5d;padding: 9px;margin: 16px 0;}
.ft-sange ul li:hover,.ft-sange ul li.on{ background:#1b49b2 }
.ft-sange ul li img{ display: inline-block; }

#footercopy{border-top: 1px solid #727a7f;background: #161c21; }
.fttt1{}
.fttt1 p{font-size: 14px;line-height: 64px;color: #727a7f; }
.fttt1 p a{color: #727a7f;}
.fttt1 p a:hover{ color:#1b49b2 }

@media only screen and (max-width: 1440px){
	.ft-sss1{ width: 23%;padding-left: 0; }
	.ft-sss3 .ft-bt1{ min-height: 188px; }
    .ft-sss1 a{ margin-top: 12px;padding: 10px 64px;padding-left: 32px;background: url(../images/ft-wx.png) #1b49b2 86% no-repeat; }
}

@media only screen and (max-width: 1366px){
	.ft-sss1{ width: 23%; }
	.ft-sss1 p{ font-size: 15px; }
	.ft-sss1 a{ font-size: 16px; }
	.ft-sange ul li{ padding: 9px; }
}

@media only screen and (max-width: 1269px){
	
}
@media only screen and (max-width: 1199px){
	.ft-sss1 p{}
	.ft-sss3 .ft-bt1{ padding:0 24px; }
	.ft-sange{ padding: 3px; }
	.ertu div{ padding: 0 15px; }
	.ft-ewm{ padding-left:0 }
}
@media only screen and (max-width: 1024px){
    .ft-nav{ display:none; }
	.ft-sange ul li{ float:left;margin: 7px 0px;width: 100%;text-align: center; }
	.ft-sange{ padding: 3px; }
}

@media only screen and (max-width: 991px){
	.ft-sss3{ display:none; }
	.ft-sss1{ width:50% }
	.ft-sss2{ width:50% }
	.fttt1 p{ line-height: 32px;}
}
@media only screen and (max-width: 767px){
	.ft-sss1,.ft-sss2{ width:100% }
	.ft-sss1{ padding-bottom:20px;padding-left: 15px;text-align: center;}
	.ft-sss1 a{ margin-top:10px;font-size: 16px;}
	.fttt1 p{ line-height:24px; }
	.ft-a1{ padding:32px 0 }
	footer{ padding-bottom:50px; }
	.fttt1{ padding:10px 0 }
	.ft-sss1 h2{ font-size:20px;font-weight:bold; }
	.ft-lxfs{ padding-top:40px; }
	.ft-ewm{ padding: 0 15px;}
}
@media only screen and (max-width: 680px){
	
}
@media only screen and (max-width: 500px){
	.ft-lmnr{ padding-top: 0;}
	.ft-sange { padding: 0;}
	.ft-sange ul{}
	.ft-sange ul li{ margin: 10px 0px;}
}
@media only screen and (max-width: 470px){
	.ft-lxfs{ padding-top: 20px;}
}

/* 手机底部按钮 */
.footer-bottom{ overflow: hidden;position: fixed;bottom: 0;left: 0;z-index: 999;width: 100%;background: #1b49b2;text-align: center; }
.footer-bottom a{ display: inline-block;padding: 7px 0;color: #fff; }
.footer-bottom a i{ font-size: 16px;display: block; }

/* 在线客服 */
.diyos { position: fixed;width: 54px;right: 0;top: 50%;z-index: 100; }
.diyos ul{ position:relative;list-style: none;margin: 0;padding: 0; }
.diyos ul li { width: 54px;height: 54px;background: #1b49b2;float: left;position: relative;border-top: 1px solid #fff;z-index:1; }
.diyos ul li:first-child{ border-top:0; }
.diyos ul li .sidebox, .diyos ul li .semail { position: absolute;width: 54px;height: 54px;top: 0;right: 0;color: #fff;font-size:14px;line-height:54px;overflow: hidden;background: #1b49b2;}
.diyos ul li .sidetop { width: 54px;height: 54px;line-height: 54px;display: inline-block; }
.diyos ul li.sideewm { width: 54px;height: 54px;line-height: 54px;display: inline-block; }
.diyos ul li .sideewmshow{ width: 130px;position:absolute; top:0; left:-131px; z-index:120; display:none;max-width:none; }
.diyos ul li.sideewm:hover .sideewmshow{ display:block; }
.diyos ul li img {float: left;}

/* 面包屑 */
#location{box-shadow:0px 3px 20px 0px rgba(0,0,0,0.1);overflow:hidden;background: #fff;font-size: 0;margin-bottom: 30px;border-bottom: 1px solid #ccc;}
.crumbs{padding-left:20px;background:url(../images/page/location.png) no-repeat left center;/* line-height: 50px; */;float: right;color:#666;}
.crumbs a{color:#666;font-size: 15px;line-height: 70px;padding-right: 3px;}
.crumbs a:hover{color:#1b49b2;}

/* 内页导航 */
#sidebar{ float: left; }
#sidebar li{ display:inline-block;margin: 0 -1px;position: relative;background: url(../images/erjidd.jpg) right no-repeat;}
#sidebar li a{ display:block;height: 70px;line-height: 70px;text-align:center;padding: 0 24px;color:#666;font-size: 16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
#sidebar li a::after{ content: "";/* display: block; *//* width: 0%; *//* height: 2px; *//* background: #138f04; *//* position: absolute; *//* left: 50%; *//* bottom: 0; *//* overflow: hidden; */transition: all .5s ease-out;-webkit-transition: all .5s ease-out;-moz-transition: all .5s ease-out;-ms-transition: all .5s ease-out;-o-transition: all .5s ease-out;}
#sidebar li:hover a, #sidebar li.cur a{ color: #1b49b2; }
#sidebar li:hover a::after, #sidebar li.cur a::after{ left: 0;width: 100%; }
@media (max-width:767px) {
	#location{background:#fff;border-bottom: 1px solid #ddd;box-shadow:none;height: auto;}
	.w100{width:100%;float:left;}
	.w50{width:50%;float:left;}
	.w33{width:33.33%;float:left;}
	.w25{width:25%;float:left;}
	#sidebar{float:none;}
	#sidebar li{padding:0 5px;margin:0;}
}
.inside{}

@media (max-width:767px) {
	#location{ margin-bottom: 20px;background:#f3f3f3;border-bottom: 1px solid #ddd;box-shadow:none;max-height: 102px; }
	.w100{ width:100%;float:left; }
	.w50{ width:50%;float:left; }
	.w33{ width:33.33%;float:left; }
	.w25{ width:25%;float:left; }
	#sidebar{ float:none;display: inline-block;width: 100%;border: none;padding: 0;background: #f7f8fc; }
	#sidebar li{ padding:0 5px; margin:0; width: 25%; border-right: 1px solid #ccc; border-bottom: 1px solid #ccc; background: inherit; }
	#sidebar li a{ line-height:50px; height: auto; }
	.inside,.location{ padding:0px; margin-bottom: 10px; }
	.nyjc-til{ display:none; }
	#nyzuoyou{ padding: 24px 0; }
}
@media (max-width:500px) {
	#sidebar li a{ line-height:40px;padding:0;font-size:14px;height: auto;text-align: center; }
}

/* 内页banner */
.nybanner>div{ background-position: center;background-repeat: no-repeat;background-size: cover; }
@media (max-width: 1329px){
	.nybanner>div{ height: 300px !important; }
}
@media (max-width: 1199px){
	.nybanner>div{ height: 260px !important; }
}
@media (max-width: 991px){
	.nybanner>div{height: 220px !important;}
}
@media (max-width: 767px){
	.nybanner>div{height: 180px !important;}
}
@media (max-width: 700px){
	.nybanner>div{height: 160px !important;}
}
@media (max-width: 580px){
	.nybanner>div{height: 146px !important;}
}
@media (max-width: 420px){
	.nybanner>div{height: 116px !important;}
}
@media (max-width: 374px){
	.nybanner>div{height: 110px !important;}
}

/* 内页样式 */
#inside{padding-bottom:30px;padding-left:10px;padding-right:10px;overflow:hidden;/* border-bottom: 4px solid #1b49b2; */}
.bgf5{background:#f5f5f5;}
.nocontect{background-image: url(../images/page/error.png);background-repeat: no-repeat;background-position: 10px 10px;height: 100px;padding-top: 40px;padding-left: 120px;font-size: 14px;margin-bottom:20px;}
@media (max-width:767px) {
	#inside{padding-bottom:30px;}
}

/* 内页产品导航 */
#nyprozs{padding: 42px 0;padding-bottom: 0;}
.nyprotit{background: #1b49b2;padding: 18px 0;margin-bottom: 1px;}
.nyprotit h2{ color: #fff; margin-bottom: 10px; font-weight: bold; font-size: 32px;}
.nyprotit p{ color: #fff; line-height: 24px; text-transform: uppercase;}

#pronav{text-align: center;margin-bottom: 20px;}
.pronav-a{position: relative;z-index: 999;background: #fff;border-bottom: 4px solid #1b49b2;}
.pronav-a dl ul{width: 100%;z-index: 9999;padding: 10px 0;display: flow-root;}
.pronav-a dl ul li{float: left;width: 100%;line-height: 40px;text-align: left;background: url(../images/page/iyuan.png) no-repeat 10px 18px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.pronav-a dl ul li a{color: #333;text-align: left;font-size: 16px;font-weight: normal;padding-left: 28px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.pronav-a dl ul li:hover{background: url(../images/page/iyuan.png) no-repeat 10px 18px #fff;}
.pronav-a dl ul li:hover a{color: #1b49b2;}
.pronav-a dl ul li a.cur{ color:#1b49b2 }

.pronav-a dl:hover>a{background:#1b49b2;}
.pronav-a dl dl:hover>a{ color:#ffffff; }
.pronav-a dl:hover ul{}
.pronav-a dl{font-size: 22px;color: #fff;margin-bottom: 6px;font-weight: bold;text-align: left;line-height: 20px;}
.pronav-a dl.cur, .pronav-a dl:hover{ }
.pronav-a dl>a, .pronav-a dl>a{background: #f5f5f5;width: 100%;display: inline-block;line-height: 54px;padding-left: 24px;font-size: 18px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.pronav-a dl>a.cur,.pronav-a dl:hover>a{color: #fff;background: #1b49b2;}

.nyhotpro{width: 100%;overflow: hidden;margin-top: 20px;position: relative;}
.nyhotpro .nyjc-til{ background: #1b49b2; padding: 24px 0;}
.nyhotpro .nyjc-til h2{color: #fff;font-weight: bold;font-size: 32px;}
.nyhotpro .nyjc-til p{color: #fff;font-size: 16px;font-family: Arial;padding-top: 10px;}
.nyhotpro .bd{border: 1px solid #ccc;height: 342px;padding: 10px;overflow: hidden;display: block;}
.nyhotpro .bd ul{}
.nyhotpro .bd ul li{/* padding: 3px 10px; *//* display: inline-block; *//* margin-bottom: 10px; */}
.nyhotpro .bd ul li a{}
.nyhotpro .bd ul li a img{ width: 100%; display: inline-block; }
.nyhotpro .bd ul li a p{ line-height: 42px;font-size: 16px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;padding:  0 10px;display: none; }

.nyhotpro .prev,.nyhotpro .next{ position:absolute;left: 3.3%;top: 55%;/* margin-top:-25px; */display:none;width:32px;height:40px;background: url(../images/slider-arrow.png) #999 -110px 5px no-repeat;filter:alpha(opacity=50);opacity:0.5;}
.nyhotpro .next{ left:auto;right: 3.3%;background-position: 8px 5px; }
.nyhotpro .prev:hover,
.nyhotpro .next:hover{ filter:alpha(opacity=100);opacity:1; }
.nyhotpro .prevStop{ display:none; }
.nyhotpro .nextStop{ display:none; }

#proxqy{ padding-top:40px; }

#MagnifierWrap2{ position:relative;width: 420px; }
.MagnifierMain{ position: relative;border:1px solid #ccc; }
.MagnifierMain img{ width: 100%;display:block; }
.MagnifierDrag{ position: absolute;top:0;left: 0;background-color: #ccc; opacity: 0.4;filter:alpha(opacity = 40);cursor: move; }
.MagnifierPop{ position: absolute;top:0;overflow: hidden;background:#fff url(../images/loading.gif) no-repeat center center; z-index:9; }
.MagnifierImg{ position: absolute;top:0; left: 0; }
.spec-items{ position: relative;width: 100%;height: 108px;overflow: hidden;margin: 10px auto 0; }
.spec-items ul{ width: 500%;position: absolute;top: 6px;left: 0px; }
.spec-items ul *{ -webkit-transition: all .3s;-o-transition: all .3s;transition: all .3s; }
.spec-items li{ width: 96px;float: left;overflow: hidden;margin-right: 10px;border: 1px solid #ccc;cursor: pointer; }
.spec-items li.on{ border: 1px solid #1b49b2; }
.spec-items li img{ width: 100%;display:block; }
span.spe_leftBtn,span.spe_rightBtn{ position: absolute;bottom: 12px;display: block;width: 20px;height: 70px;line-height: 70px;font-family: "黑体";text-align: center;font-size: 30px;color: #ddd;cursor: default;background-color: #f9f9f9;z-index: 999;display: none;}
span.on{ background-color: #ccc;color: #999;cursor: pointer; }
span.spe_leftBtn{ left: 0; }
span.spe_rightBtn{ right: 0; }
.nyproshow-txt{ float:left;width: 380px;margin-left: 28px;z-index:1; }
.nyproshow-txt>h1{ font-size: 20px;color: #333;border-bottom: 1px dashed #bbbbbb;padding: 2px 0 10px;line-height: 32px;margin-bottom:10px; }


@media (max-width:1509px) {
	.pronav-a{ display:block; }
	.pronav-a dl{ padding: 0; }
}
@media (max-width:1409px) {
	.pronav-a dl{ padding: 0;font-size:15px; }
}
@media (max-width:1309px) {
	.pronav-a{ line-height:60px; }
	.pronav-a dl{ padding: 0;font-size:14px;line-height: 20px; }
	.pronav-a dl>a, .pronav-a dl>a{ font-size: 16px; font-weight: normal; padding-left: 16px; line-height: 42px; }
}

@media (max-width: 991px) {
    #pronav{ display:none }
    #proxqy{ padding-top:24px; }
    #nyprozs{ padding-top:24px; }
	#MagnifierWrap2{ width:100%; }
}

@media (min-width:768px) and (max-width:1199px) {
	.pronav-a dl{ display:block;float:left;width: 100%;line-height: 16px; }
}
@media (max-width:767px) {
	.pronav-a dl{ display:block;float:left;width:25%;padding:0 8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap; }
}
@media (max-width:500px) {
	.pronav-a{ line-height:40px; }
}

.kkk1{ line-height: 40px;height: 41px;border-bottom: 1px #ccc solid;margin: 0 10px;margin-top: 0px; }
.kkk1 h3{ float: left;width: 300px;text-indent: 30px;height: 40px;line-height: 37px;border-bottom: 2px #1b49b2 solid;color: #1b49b2;font-size: 18px;font-weight: bold;background: url(../images/p14-icon11.png) no-repeat 0 center;}
.pro_main { position: relative;padding: 0 10px;display: none; }

/* 内页单页面标题 */
#nytitle{ text-align: center;padding:0 10px;margin:30px 0; }
#nytitle h1{ font-size: 36px;color: #353535;font-weight:bold; }
#nytitle p{ color: #999;font-size: 16px;margin-top: 10px;text-transform:uppercase; }
@media only screen  and (max-width: 500px){
	#nytitle{margin-bottom:20px;}
	#nytitle h1{font-size: 30px;}
	#nytitle p{font-size: 14px;}
}

/* 内页单页面内容 */
.nyshow{ width:100%; }
.nyshow-til{ line-height: 40px;height: 41px;border-bottom: 1px #ccc solid;margin:20px 0;}
.nyshow-til>h1, .nyshow-til>h2{float: left;padding-right:15px;text-indent: 25px;height: 40px;line-height: 40px;border-bottom: 2px #1b49b2 solid;color: #1b49b2;font-size: 18px;font-weight: bold;position:relative;}
.nyshow-til>h1::before, .nyshow-til>h2::before{content:'';position:absolute;left:0;top:50%;margin-top: -15px;width:6px;height:30px;background:#1b49b2;}
.nyshowdesc{font-size: 16px;line-height: 1.8;text-align:justify;margin-bottom:40px;min-height:300px;}
.nyshowdesc p{margin: 5px 0px;}
.wul105 p{}
.nyshowdesc img{max-width:100%;height:auto !important;}
.block-shadow{height: 200px;-webkit-box-shadow: 0 10px 20px 0 rgba(50,50,50,.20);box-shadow: 0 10px 20px 0 rgba(50,50,50,.20);-webkit-transition: all .5s linear;-moz-transition: all .5s linear;-ms-transition: all .5s linear;-o-transition: all .5s linear;transition: all .5s linear;}
.block-shadow:hover{box-shadow: 0 10px 20px 0 rgb(41 170 90 / 0.5);}
.radius-md{border-radius: 6px;-webkit-border-radius: 6px;-moz-border-radius: 6px;}
.icon-sm{width: 60px;display: inline-block;text-align: center;}
.icon-sm em{font-size: 30px;line-height: 30px;}
.icon-content{overflow: hidden;}
.icon-content h5{font-weight: bold;font-size: 18px;line-height: 25px;color: #1a1a1a;margin-top: 10px;margin-bottom: 10px;}
@media (max-width:767px) {
	.nyshowdesc{font-size:14px;line-height:1.6;margin-bottom:20px;min-height:100px;}
	.nyshowdesc h1{font-size:30px;}
	.nyshowdesc h2{font-size:24px;}
	.nyshowdesc h3{font-size:18px;}
	.nyshowdesc h4{font-size:14px;}
	.block-shadow{height:auto;}
}

/* 内页项目 */
#nyitem{padding-bottom:30px;border-bottom:4px solid #1b49b2;}
#nyitem ul>li{padding:0 10px;margin-bottom:20px;}
#nyitem ul>li a{display:block;}
.ser-img{position:relative;overflow:hidden;}
.ser-bg{position:absolute;left:0;top:0;width:100%;height:100%;background: transparent repeat-x bottom;}
.ser-img i{position:absolute;left:50%;top:150%;width:60px;height:60px;transform:translate(-50%, -50%);transition: all .3s;}
#nyitem ul>li p{font-size:24px;color:#444;line-height:40px;text-align:center;padding:0 10px;}
#nyitem ul>li a:hover .ser-bg{background:url(../images/ser-bg.png) repeat-x bottom;}
#nyitem ul>li a:hover .ser-img i{top:50%;}
#nyitem ul>li a:hover p{font-weight:bold;color:#1b49b2;}
@media only screen and (max-width:767px){
	#nyitem ul>li p{font-size:16px;line-height:30px;}
}
@media only screen and (max-width:500px){
	#nyitem ul>li{margin-bottom:10px;}
}

.location{ width: 100%;height: 48px;border-bottom: 1px solid #eee; }
.location span{ display:block;line-height: 48px;font-size: 14px;background: url(../images/location.png) no-repeat 0 15px;text-indent: 20px;color: #666;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.location span a{ color: #666; }
.location span a:hover{ color: #1b49b2; }

/* 内页关于我们 */
.brank_con{ font-size: 16px;line-height: 1.8;color: #333; }
.brank_con>.cpcon h4{ color: #1b49b2;font-weight: bold;font-size: 20px;line-height: 1.8; }
.brank_con>.cpcon{ padding:50px 0;overflow: hidden; }
.brank_con>.cpcon:last-child{ margin-bottom: 0; }
.brank_con>.cpcon:nth-child(odd){ background: transparent; }
.brank_con>.cpcon:nth-child(odd) .cpcon_img{ float: right; }
.brank_con>.cpcon:nth-child(even){background: #f5f5f5;}
.brank_con>.cpcon>h3{text-align: center;font-size: 36px;margin-bottom: 50px;}
.brank_con>.cpcon .cpcon_img img{max-width: 100%;height:auto!important;display: block;margin:0 auto;}
.brank_con>.cpcon .cpcon_txt{padding-top: 15px;padding-bottom: 15px;}
@media (max-width: 767px){
	.brank_con{font-size: 14px;line-height: 1.6;}
	.brank_con>.cpcon{padding:20px 0;}
	.brank_con>.cpcon>h3{font-size: 24px;margin-bottom: 20px;}
}

/* 内页服务网点 */
#nypoint{ padding-bottom:30px;}
#nypoint ul li{ float:left;width:33.33%;padding:15px;}
#nypoint ul li a{ display: block;border: 1px solid #fff;background: #e9f1f1;text-align: center;border-radius: 10px;}
#nypoint ul li a span{ display: inline-block;line-height: 28px;font-size: 16px;color: #666;padding-left: 35px;background: url(../images/scity-x.png) no-repeat left;margin: 20px 0;}
#nypoint ul li a:hover{ border-color:#1b49b2;}
#nypoint ul li a:hover span{ color:#1b49b2;background:url(../images/scity-xx.png) no-repeat left;}

.nypo-l{ width:50%;height:500px;float:left;overflow-y:scroll;}
.nypo-r{ width:50%;height:500px;float:right;overflow:hidden;position:relative;}
.nypo-r img{ position:absolute;left:50%;transform:translateX(-50%);}

@media (max-width: 1199px){
	#nypoint ul li{ padding:10px; }
	#nypoint ul li a span{ margin:16px 0; }
}
@media (max-width: 991px){
	#nypoint ul li{ width:50%; }
}
@media (max-width: 600px){
	#nypoint ul li{ width:33.33%; }
	.nypo-r{ width:100%;height:auto; }
	.nypo-r img{ position:relative;height:250px; }
	.nypo-l{ width:100%;overflow:hidden;height:auto; }
}
@media (max-width: 500px){
	#nypoint ul li{ width:50%; }
	.nypo-r img{ height:150px; }
}

.nyshowdesc>.nyject{ overflow:hidden;background: #f5f5f5; }
.nyshowdesc>.nyject .nyject_img{ overflow:hidden; }
.nyshowdesc>.nyject .nyject_img img{ transition: 0.5s; }
.nyshowdesc>.nyject .nyject_txt{ padding:20px 50px; }
.nyshowdesc>.nyject .nyject_txt h4{ color:#333;font-size:24px;margin-bottom:20px;font-weight:bold; }
.nyshowdesc>.nyject .nyject_txt p{ font-size:16px;color:#666; }
.nyshowdesc>.nyject:hover .nyject_img img{ transform: scale(1.1); }
@media (min-width:768px) {
	.nyshowdesc>.nyject{ display:flex;align-items: center; }
	.nyshowdesc>.nyject:nth-child(even){ flex-direction: row-reverse; }
	.nyshowdesc>.nyject .nyject_img, .nyshowdesc>.nyject .nyject_txt{ flex:50%; }
}
@media (max-width:767px) {
	.nyshowdesc>.nyject .nyject_txt{ padding:20px; }
}
@media (max-width:500px) {
	.nyshowdesc>.nyject .nyject_txt{ padding:15px; }
	.nyshowdesc>.nyject .nyject_txt h4{ font-size:20px;margin-bottom:10px; }
	.nyshowdesc>.nyject .nyject_txt p{ font-size:14px; }
}

/* 留言模块Message */
#nymessage{padding:50px 0;background:url(../images/nymessagebg.jpg) no-repeat center / cover;}
#nymessage h4{color:#1b49b2;}
#nymessage form{overflow:hidden;margin-top:50px;}
#nymessage form label{font-weight:normal;text-align:none ! important; white-space: nowrap; }
#nymessage .nymessage-h6{text-align:left;}
@media (max-width:767px) {
	#nymessage{padding:30px 0;}
	#nymessage h4{font-size:16px;line-height:1.4;}
	#nymessage form{margin-top:30px;}
	#nymessage form>div[class^="col-"]{padding:0 5px;}
}

#nycommon{padding:30px 0;background:#f8f8f8;border-top: 5px solid #1b49b2;border-bottom: 5px solid #1b49b2;}
/* 热门标签 */
.nycomtag{line-height: 40px;border-bottom: 1px #ccc solid;overflow:hidden;}
.nycomtag>h2{float: left;width: 150px;text-indent: 30px;height: 40px;line-height: 40px;border-bottom: 2px #1b49b2 solid;color: #1b49b2;font-size: 18px;font-weight: bold;background:url(../images/page/ny-objs.png) no-repeat left;}
.nycomtag>a{float:right;}
.ghtag{padding-left:22px;background:url(../images/page/ghtag.png) no-repeat left;}
#tagac{margin-top:10px;}
#tagac>a{font-size: 14px;color: #797979;line-height: 25px;display: inline-block;background-color: #fff;border-radius: 30px;padding: 0 14px;margin-top: 14px;box-shadow: 1px 4px 16px 0px rgb(27 73 178 / 20%);margin-right: 10px;transition: all ease 0.3s;}
#tagac>a:hover{background-color: #1b49b2;color: #fff;}

/* 推荐新闻 */
.nyhotnews{ line-height: 40px;height: 41px;border-bottom: 1px #ccc solid; }
.nyhotnews>h2{ float: left;width: 210px;text-indent: 30px;height: 40px;line-height: 40px;border-bottom: 2px #1b49b2 solid;color: #1b49b2;font-size: 18px;font-weight: bold;background:url(../images/page/nyhotnewico.png) no-repeat left;}
.nyhotnews-list{ margin-top:10px;overflow:hidden; }
.nyhotnews-list li{ font-size: 14px;line-height: 30px;background: url(../images/page/iyuan.png) no-repeat left;background-size: 8px;box-sizing:border-box; }
.nyhotnews-list li a{ float:left;width:calc(100% - 90px);color:#333; }
.nyhotnews-list li span{ float:right;color:#666; }
.nyhotnews-list li:hover{ background: url(../images/page/iyuan_on.png) no-repeat left;background-size: 8px; }
.nyhotnews-list li:hover a{ color:#1b49b2; }

/*视频列表*/
.nyvideo-ul{ overflow:hidden; }
.nyvideo-ul li{ width:33.33%;float:left;padding:0 10px;margin-bottom:20px;box-sizing:border-box; }
.nyvideo-div a{ display:block;border:1px solid #ddd;padding:2px;overflow:hidden; }
.nyvideo-div a img{ display:block;max-width: 100%;width: 311px; }
.nyvideo-div a.nyvideo-a{ padding:0 10px;border:none;line-height:25px;text-align:center; }
.nyvideo-div:hover a{ border-color:#1b49b2;color:#1b49b2; }

/*视频详情*/
.showvideo-top{padding-bottom: 10px;border-bottom: 1px solid #f0f2f5;margin-bottom:15px;}
.showvideo-top>h1{line-height: 1.5;color: #333;text-align: center;font-size: 26px;margin-bottom: 5px;}
.showvideo-time{text-align:center;}
.showvideo-time span{font-size: 14px;color: #a3afb7;margin-right: 10px;}
.showvideo-time span:last-child{margin-right:0;}
.showvideo-mp{margin:20px 0;text-align:center;}
.showvideo-mp video, .showvideo-mp iframe{width:800px;max-width:100%;}
.showvideo-con {font-size: 16px;line-height: 1.8;text-align:justify;margin-bottom:20px;}
.showvideo-con  img{max-width:100%;height:auto !important;}

/*下载列表*/
.nydown-list{margin-bottom:20px;}
.nydown-list table{width:100%;text-align:center;}
.nydown-list table thead{background:#1b49b2;color:#fff;font-size:16px;line-height:2;}
.nydown-list table tbody{line-height:1.6}
.nydown-list table tbody tr td{color:#666;}
.nydown-list table tbody tr td:first-child{color:#333;}

/*下载详情*/
.showdown-top{ margin-bottom:20px; }
.showdown-top>h1{ font-size: 18px;margin-bottom:10px;color:#333;font-weight:bold;padding-left:20px; }
.showdown-top>ul{ padding:10px;background:#f6f6f6; }
.showdown-top>ul>li{ border-bottom: 1px solid #eee;font-size:12px;color:#666;margin-bottom:5px;line-height:20px; }
.showdown-top>ul>li:last-child{ margin-bottom:0; }
.showdown-top>ul>li>span{ padding: 0px 10px;margin-right: 5px; }
.showdown-con { font-size: 16px;line-height: 1.8;text-align:justify;margin-bottom:20px; }
.showdown-con img{ max-width:100%;height:auto !important; }

/*图片列表*/
.nyimg-ul{overflow:hidden;}
.nyimg-ul li {margin-bottom:20px;padding:0 10px;}
.nyimg-ul li .nyimg-div {background:#fff;padding:7px;border:1px solid #D9D9D9;}
.nyimg-ul li .nyimg-div a {display:block;overflow:hidden;}
.nyimg-ul li .nyimg-div img {margin:0 auto;-webkit-transition:1s;-moz-transition:1s;transition:1s;width:100%;}
.nyimg-ul li .nyimg-a{padding:0 5px;margin-top:9px;line-height:40px;display:block;background:#EFEFEF;font-size:14px;color:#333;text-align:center;}
.nyimg-ul li:hover .nyimg-a {color:#ffffff !important;}
.nyimg-ul li:hover .nyimg-div img {-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);}
.nyimg-ul li:hover .nyimg-a {background:#1b49b2;color:#fff;}
@media (max-width:767px){
	.nyimg-ul li .nyimg-a{line-height:32px;}
}

/*图片详情*/
.showimg-top{padding-bottom: 10px;border-bottom: 1px solid #f0f2f5;}
.showimg-top h1{line-height: 1.5;color: #333;text-align: center;font-size:30px;}
.showimg-top span{margin-right: 10px;font-size: 14px;color: #a3afb7;}
.showimg-img{margin-top: 25px;margin-bottom: 15px;text-align:center;}
.showimg-img img{max-width: 100%;height:auto !important;}
.ctitle{margin-bottom:15px;}
.ctitle h3{padding-left:20px;background: url(../images/page/dt-7.gif) no-repeat left center;line-height:30px;border-bottom: 1px dotted #ccc;color:#666;font-size:16px;font-weight:bold;}
.showimg-con{line-height: 1.8;color: #222;word-wrap: break-word;font-size: 16px;font-weight: 300;padding: 0 10px;border-bottom: 1px solid #F0F2F5;padding-bottom: 20px;}
.showimg-con img{max-width: 100%;height:auto !important;}
.showimg-page{overflow: hidden;margin-left:-10px;margin-right:-10px;margin-bottom:20px;}
.showimg-page>div[class^="col-"]{padding: 0 10px;}
.showimg-page a{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;padding: 10px 15px;border: 1px solid #e4eaec;transition: all .3s;-webkit-transition: all .3s;-moz-transition: all .3s;max-width: 100%;}
.showimg-page a:hover{border-color: #e4eaec;background-color: #f3f7f9;}
.showimg-right{border-left:1px solid #f0f2f5;}
@media (max-width:767px){
	.showimg-left{padding:0;}
	.showimg-top h1{font-size: 20px;}
	.showimg-con{font-size:14px !important;}
	.showimg-page a{padding:8px;}
}

/* 右侧栏目信息 */
.nybusiness{ margin-bottom: 20px;line-height: 40px;border-bottom: 1px #ccc solid;overflow: hidden;}
.nybusiness h3{ float: left; width: 150px; text-indent: 30px; height: 40px; line-height: 40px; border-bottom: 2px #1b49b2 solid; color: #1b49b2; font-size: 18px; font-weight: bold; background: url(../images/page/ny-objs.png) no-repeat left;}
.nybusiness>p{ font-size: 16px;color: #c7161e;line-height: 40px;border-bottom: 1px dashed #ccc; margin-bottom: 10px;padding-left: 32px;background: url(../images/ny-objs.png) no-repeat left;}
.nybusiness a{ margin-bottom:10px;display:block;position:relative;}
.nybusiness a:last-child{ margin-bottom:0;}
.nybusiness-img{ overflow:hidden;border: 1px solid #ccc;}
.nybusiness a p{ position:absolute;left:0;bottom:0;background: rgba(0,0,0,.5);width:100%;line-height:30px;padding:0 10px;text-align:center;color:#fff;}
.nybusiness a:hover p{ background: rgba(0,153,255,.5);}
.donghua{text-align:center;line-height:42px;font-size:16px;}

.hotnews{}
.hotnews p{ font-size: 16px;color: #1b49b2;line-height: 40px;border-bottom: 1px dashed #ccc; margin-bottom: 10px;padding-left: 32px;background: url(../images/ny-news.png) no-repeat left;}
.hotnews a{ display: block;font-size: 14px;line-height: 30px;padding-left: 15px;background:url(../images/iyuan.png) no-repeat left;background-size:8px;}
.hotnews a:hover{ background: url(../images/iyuan_on.png) no-repeat left;color: #1b49b2;}

/*新闻列表*/
.nynews-ul { overflow:hidden; }
.nynews-ul li.nynews-li { padding:0 10px 10px;margin-bottom:20px;cursor:pointer; }
.nynews-img { padding:0;overflow:hidden;border:1px solid #f3f3f3;}
.nynews-img a { display:block;}
.nynews-img img { width:100%;transition:.8s}
.nynews-ul li.nynews-li:hover img { transform:scale(1.02); }
.nynews-date { color:#333;line-height:20px;font-size:12px; }
.nynews-date span { color:#4d4c51;}
.nynews-date img { margin:4px 6px 0 0;float:left;}
.nynews-date p { float:left;margin:0;}
.nynews-date i { margin-right:5px; }
.nynews-con h3 { font-size:18px;font-weight:bold;color:#3b3c3c;text-transform:uppercase;line-height:32px;letter-spacing:1px;margin-top:0px;margin-bottom:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.nynews-con h3 a { overflow:hidden;white-space:nowrap;text-overflow:ellipsis;display:block;}
.nynews-ul li.nynews-li:hover h3 a { color:#1b49b2;}
.nynews-con { background-color:#f9f9f9;padding-top:16px;padding-bottom:18px;}
.nynews-con p.nynews-desp { color:#8d8d8d;font-size:14px;line-height:23px;margin:10px 0;height:46px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.nynews-con a.nynews-more { position:relative;left:0;color:#ffffff;font-size:15px;padding:7px;background:#1b49b2;margin-top:10px;width:120px;display:block;border-radius:20px;float:left;text-align:center;transition:0.5s all;-webkit-transition:0.5s all;-moz-transition:0.5s all;-o-transition:0.5s all;-ms-transition:0.5s all;}
.nynews-con a.nynews-more:hover { background:#FF7A0E;left:10px;color:#ffffff !important;}
@media (max-width:991px) {
	#nynewslist>.container { padding-left:5px;padding-right:5px;}
	.nynews-ul li.nynews-li { padding:0 5px 4px;margin-bottom:14px;}
}
@media (max-width:767px) {
	.nynews-con h3 { font-size:16px;font-weight:bold; }
	.nynews-con { padding-left: 10px;padding-right: 10px;padding-top: 10px;padding-bottom: 12px; }
	.nynews-con p.nynews-desp{ margin: 2px 0 8px; }
}

/*新闻详情*/
.shownews-top{ padding-bottom: 10px;border-bottom: 1px solid #f0f2f5;margin-bottom:15px;}
.shownews-top h1{ line-height: 1.5;color: #333;text-align: center;font-size: 26px;margin-bottom: 5px;}
.shownews-time{ text-align:center;}
.shownews-time span{ font-size: 14px;color: #a3afb7;margin-right: 10px;}
.shownews-time span:last-child{ margin-right:0;}
.shownews-con{ font-size: 16px;line-height: 1.8;text-align:justify;margin-bottom:20px;}
.shownews-con  img{ max-width:100%;height:auto !important;}
.shownews-page{ overflow: hidden;margin-left:-10px;margin-right:-10px;margin-bottom:20px;}
.shownews-page>div[class^="col-"]{ padding: 0 10px;}
.shownews-page a{ white-space: nowrap;text-overflow: ellipsis;overflow: hidden;padding: 10px 15px;border: 1px solid #e4eaec;transition: all .3s;-webkit-transition: all .3s;-moz-transition: all .3s;max-width: 100%;}
.shownews-page a:hover{ border-color: #e4eaec;background-color: #f3f7f9;}
@media (max-width:767px){
	.shownews-top h1{font-size: 20px;}
	.shownews-con{font-size:14px !important;line-height: 1.6;}
	.shownews-page a{padding:8px;}
}

/* 招聘模块Nyjoblist*/
.nyjoblist-ul{ overflow: hidden;}
.nyjoblist-ul li{ margin-bottom: 20px;border-bottom: 1px solid #dedede;}
.nyjoblist-ul li .nyjoblist-top{ padding: 20px;position: relative;overflow:hidden;}
.nyjoblist-ul li .nyjoblist-top h3{ color: #333;font-size: 20px;font-weight: bold;padding-bottom: 10px;}
.nyjoblist-ul li .nyjoblist-top span{ padding-right: 20px;color: #999;}
.nyjoblist-ul li .nyjoblist-top p{ color:#666;margin:10px 0;}
.nyjoblist-ul li .nyjoblist-top>a{ float:left;padding:10px 25px;background:#1b49b2;border-radius:20px;color:#fff;margin-right:10px;}
.nyjoblist-ul li .nyjoblist-top>a+a{ margin-right:0;}
.nyjoblist-ul li .nyjoblist-top>a:hover{ background:#ffc531;color:#333;}
@media (max-width:767px) {
	.nyjoblist-ul li .nyjoblist-top{padding:10px;}
}

.showjob-left{ padding-bottom:30px; }
.showjob-top{ padding-bottom: 10px;border-bottom: 1px solid #f0f2f5;margin-bottom:10px; }
.showjob-top h1{ line-height: 1.5;color: #333;text-align: center;font-size: 30px; }
.showjob-list{ overflow:hidden;margin-bottom:30px; }
.showjob-list li{ width:50%;float:left;padding:5px 10px;background: url(../images/dt-0.png) no-repeat left top 13px; }
.showjob-list li span{ float: left;margin-right: 10px;color: #999; }
.showjob-con{ line-height: 1.8;color: #222;word-wrap: break-word;font-size: 16px;font-weight: 400;padding: 10px 0; }
.showjob-con img{ max-width: 100%;height:auto !important; }
.showjob-more{}
.showjob-page{ padding-top: 20px;padding-bottom:20px;overflow: hidden; }
.showjob-page a{ white-space: nowrap;text-overflow: ellipsis;overflow: hidden;padding: 10px 15px;border: 1px solid #e4eaec;transition: all .3s;-webkit-transition: all .3s;-moz-transition: all .3s;max-width: 100%;}
.showjob-page a:hover{ border-color: #e4eaec;background-color: #f3f7f9; }
@media (max-width:767px){
	.showjob-top h1{ font-size:20px;}
	.showjob-top h2{ font-size:16px;}
	.showjob-con{padding:0;font-size:14px !important}
	.showjob-left{padding: 0;}
	.showjob-page>div[class^="col-"]{padding: 0 10px;}
}

/* 产品列表 */
.nypro-ul{ overflow:hidden;padding-top: 20px;}
.nypro-ul li{ padding: 10px;}
.nypro-ul li>div{ margin-bottom:10px;border: 1px solid #ccc;padding: 10px;}
.nypro-ul li a{ display:block;position:relative;overflow:hidden;}
.nypro-ul li a .nypro-img{ padding-bottom: 10px; }
.nypro-ul li a h2{ line-height: 32px;color: #333;text-align:center;font-size: 18px;padding:0 5px;}
.nypro-ul li a p{ padding: 5px; color: #666; line-height: 24px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden;}
.nypro-ul li:hover>div{ border:1px solid #1b49b2; }
.nypro-ul li a:hover .nypro-img{}
.nypro-ul li a:hover h2{ color:#1b49b2;}

.pro_main { position: relative;padding: 0 10px;display: none;}
.p14-product-2-tit { height: 48px;line-height: 48px;font-weight: normal;border-bottom: 2px solid #dfdfdf;margin: 0 0 20px;}
.p14-product-2-tit b { display: inline-block;font-size: 18px;font-weight: bold;line-height: 40px;color: #1b49b2;padding-left: 30px;width: 120px;border-bottom: 2px solid #1b49b2;background: url(../images/p14-icon11.png) no-repeat 0 center;}
.p14-product-2-tit span { margin-left: 10px;font-size: 16px;font-family: Arial;color: #c2c2c1;text-transform: uppercase;}
.pro-list{ overflow:hidden;border: 1px solid #ccc;padding: 16px;}
.pro-list .sycp-img{ padding: 20px; border: 1px solid #ccc;}
.pro-list .sycp-img img{}
.pro-list .sycp-nr{ padding-top: 32px;padding-left: 50px;}
.pro-list .sycp-nr h4{ background: #1b49b2; display: inline-block; padding: 6px 20px; color: #fff; line-height: 24px; margin-bottom: 16px;}
.pro-list .sycp-nr h2{ font-size: 24px;padding-bottom: 10px;overflow: hidden;text-overflow: ellipsis;color: #ee3333;white-space: nowrap;}
.pro-list .sycp-nr p{ padding: 6px 0;font-size: 16px;color: #666;}
.pro-list .sycp-nr .cp-p1{ padding-bottom: 20px;}
.pro-list .sycp-nr .cp-p2{ font-weight: bold;}
.pro-list .sycp-nr .cp-p3{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.pro-list .sycp-nr a{ border: 2px solid #1b49b2; width: 142px; height: 40px; display: inline-block; text-align: center; line-height: 36px; font-size: 16px; border-radius: 24px; color: #1b49b2; margin-top: 20px;}
.pro-list .sycp-nr a:hover{ background:#1b49b2; color:#fff; }
.pro-list .owl-carousel .owl-nav{ display: block;}
.pro-list .owl-carousel .owl-nav .owl-prev{ top:50% }
.pro-list .owl-carousel .owl-nav .owl-next{ top:50% }

@media (max-width:1200px){
    .pro-list .sycp-nr{ padding-top: 4px;padding-left: 32px; }
    .pro-list .sycp-nr .cp-p1{ padding-bottom: 10px; }
}

@media (max-width:767px){
	.nypro-ul li a p{ line-height: 24px;font-size:14px; }
	.pro-list .sycp-nr{ padding-left:15px;padding-top: 20px; }
}

/*产品详情*/
.showpro-top{ padding-bottom: 10px;/* border-bottom: 1px solid #f0f2f5; */margin-bottom:20px;margin-top: 16px;}
.showpro-top h1{ line-height: 1.5;color: #333;font-size: 24px;padding-bottom: 10px;border-bottom: 2px solid #ccc;margin-bottom: 10px;}
.showpro-top span{ margin-right: 10px;font-size: 14px;color: #a3afb7;}
.showpro-img{ margin-bottom:20px;}
.showpro-img .sp-wrap{ display:block; }
.showpro-img .sp-wrap img{ width:100%; }
.showpro-imgbox{ padding:0; }
.sp-thumbs a:link, .sp-thumbs a:visited{width:140px;height:93px;}
@media (max-width:767px){
	.showpro-top h1{font-size: 20px;padding-bottom: 10px;}
	.showpro-imgbox{padding:0;}
	.showpro-top{margin-top:20px;padding: 0;}
	.nypro-ul li a h2{font-size:16px;line-height: 24px;}
}

/*产品参数*/
.nyproshow-info{ line-height: 24px;color:#666;margin-bottom:20px;}
.showpro-tel{ overflow:hidden;border-top:1px solid #ddd;border-bottom:1px solid #ddd;padding:10px 0;}
.showpro-telx{ float:left;line-height:40px;}
.showpro-telx img{ float:left;margin-right:12px;}
.showpro-telcon{ float:left;}
.showpro-telcon p{ float:left;color:#666;margin-bottom:0;}
.showpro-telcon span{ float:left;color:#333;font-size:24px;font-family: arial;}
.showpro-tel a{ float:right;display:block;line-height:40px;padding:0 20px;background:#1b49b2;color:#fff;}
.showpro-tel a i{ margin-right:5px;}
.showpro-tel a:hover{ background:#1b49b2;}
.showpro-con{ margin-top: 20px;}
.showpro-con ul{ border-bottom: 1px solid #ccc;line-height: 40px;margin-bottom: 10px;overflow:hidden;}
.showpro-con ul li{ text-align: center;padding:0 24px;font-size: 16px;background: #e6e6e6;color:#333;float: left;margin-right: 10px;cursor: pointer;}
.showpro-con ul li.on{ background: #1b49b2;color:#fff;}
.showpro-con ul li:last-child{ margin-right: 0;}
.showpro-details{ font-size: 16px;line-height: 1.8;overflow: hidden;}
.showpro-details .showpro-det{ display:none;min-height:200px;}
.showpro-details div{ margin-bottom: 10px;}
.showpro-details p{ margin: 5px 0;}
.showpro-details img{ max-width: 100%;height:auto !important;}
.showpro-details video{ max-width: 100%;height:auto !important;}
@media (max-width:767px){
	.showpro-details{font-size: 14px;line-height: 1.6;}
	.showpro-tel a{float:left;margin-top: 12px;}
}

/*相关产品*/
.nyaboutpro{ line-height: 40px;height: 41px;border-bottom: 1px #ccc solid; }
.nyaboutpro>h3{ float: left;width: 150px;text-indent: 30px;height: 40px;line-height: 40px;border-bottom: 2px #1b49b2 solid;color: #1b49b2;font-size: 18px;font-weight: bold;background:url(../images/nyaboutproico.png) no-repeat left;}
#abprolist{ margin:20px 0; }
#abprolist li{ padding:0 10px; }
#abprolist li a{ display:block; }
#abprolist li a .abpro-img{ padding:2px;border:1px solid #ccc; }
#abprolist li a .abpro-img img{ display:block;max-width:100%; }
#abprolist li a p{ margin-top:5px;line-height:30px;height:30px;text-align:center;background:#ccc;padding:0 10px;color:#333; }
#abprolist li a:hover .abpro-img{ border-color:#1b49b2; }
#abprolist li a:hover p{ background:#1b49b2;color:#fff; }

/* 标签 */
.pro_key { line-height: 35px;font-size: 15px;color: #333;font-weight: bold; }
.pro_key a{ font-size: 14px;background: #9e9c9c;padding: 2px 6px;color:#fff;font-weight: normal;text-decoration: none; }
.pro_key a:hover{ background:#1b49b2; }
/* 分享按钮 */
.jiathis{padding-top:10px;height:35px;line-height:30px;border-top:1px dotted #ccc; text-align:right; position:relative; color:#666;margin-bottom:20px;}
.jiathis .jiathis_txt{float: left;}
/* 上下页按钮 */
.ny-page{ overflow: hidden;margin-bottom:30px; }
.ny-pagea{ width:50%;float:left;padding:0 10px;box-sizing:border-box; }
.ny-page a{ white-space: nowrap;text-overflow: ellipsis;overflow: hidden;padding: 10px 15px;border: 1px solid #e4eaec;transition: all .3s;-webkit-transition: all .3s;-moz-transition: all .3s;max-width: 100%;}
.ny-page a:hover{ border-color: #e4eaec;background-color: #f3f7f9; }

/* 搜索模块 */
.nysearch-ul{ overflow: hidden;}
.nysearch-ul li.nysearch-li{ padding: 0 0 15px 0;margin-bottom: 25px;border-bottom: 1px dashed #333;overflow:hidden;}
.nysearch-til>a{ line-height: 14px;color: #fff;vertical-align: baseline;white-space: nowrap;display: inline-block;background: #1b49b2;margin-right: 5px;position: relative;top:0;padding: 4px 6px;}
.nysearch-til>a .nysearch-arrow{ position: absolute;width: 0;height: 0;vertical-align: top;top: 7px;right: -4px;border-left: 4px solid #000;border-top: 4px solid transparent;border-bottom: 4px solid transparent;border-left-color: #1ea839;}
.nysearch-til>a:hover{ background:#333; }
.nysearch-til>a:hover .nysearch-arrow{ border-left-color:#333; }
.nysearch-til>h2{ display: inline;font-size: 19px;margin: 0;font-weight: bold;position: relative;top: 1px;line-height: 25px; }
.nysearch-con p.nysearch-desp{ color: #666;font-size: 14px;line-height: 23px;margin: 5px 0;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;}
.nysearch-date { color: #333;line-height: 20px;font-size: 12px; }
.nysearch-date span{ color: #999; }
.nysearch-date p{ float: left;margin: 0; }
.nysearch-date i{ margin-right: 5px; }
.nysearch-con a.nysearch-more{ position:relative;left:0;color: #ffffff;font-size: 13px;width:100px;height:30px;line-height:30px;background: #999;margin-top: 10px;display: block;border-radius: 20px;float:left;text-align: center;transition: 0.5s all;-webkit-transition: 0.5s all;-moz-transition: 0.5s all;-o-transition: 0.5s all;-ms-transition: 0.5s all;}
.nysearch-con a.nysearch-more:hover{ background: #1b49b2;left:10px; }

/*联系我们*/
.product-inlist{ background-color:#f6f6f6;}
.contact_meg { float:right;width:50%;height:510px;z-index:3;background:#f6f6f6;}
.meg_con .title2 { font-size:28px;color:#333333;max-width:510px;margin-bottom:24px;margin-top:35px;font-weight:bold;}
.meg_con .tel { padding:13px 0;border-top:solid 1px #333;border-bottom:solid 1px #333;color:#333;max-width:510px;font-size:30px;}
.meg_con .tel img { display:inline-block;}
.meg_con .megs { margin-top:20px;font-size:15px;line-height:36px;}
.meg_con { width:100%;z-index:3;padding-left:8%;padding-right:4%;box-sizing:border-box;}
.my-map { margin:0 auto;width:50%;height:510px;float:left;}
.amap-container { height:100%;}
@media only screen and (max-width:1199px) {
	.meg_con { width:100%;position:unset;padding-left:5%;box-sizing:border-box; }
	.meg_con .title2,.meg_con .tel{ max-width: initial;width: 100%; }
	.contact_meg { width:100%;float:none;height:auto;padding-bottom:40px; }
	.my-map { margin:0 auto;width:100%;height:400px;float:none; }
}

@media only screen and (max-width:991px) {
	.product-inlist>div{ margin-bottom: 0 !important; }
	.product-inlist{ margin-bottom: 0; }
}

@media only screen and (max-width:768px) {
	.meg_con .title2 {margin-bottom:16px;margin-top:20px;font-size:24px;}
	.meg_con .megs {font-size:14px;line-height:30px;}
	.meg_con .tel {padding:10px 0;font-size:20px;}
	.meg_con .tel img {width:26px;}
	.meg_con .megs {margin-top:10px;}
	.meg_con .tel img {width:20px;margin-bottom:0;}
	.meg_con .title2 {font-size:22px;}
	.product-inlist {margin-top:10px;}
}

/*翻页样式*/
.metpager_1{ text-align:center;}
.metpager_2{ text-align:center;}
.metpager_3{ text-align:center;}

#flip{ line-height: 25px; }
.digg4{ padding:3px; margin:3px; text-align:center; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; }
.digg4 a,.digg4 span.miy{ margin:2px; text-decoration:none; }
.digg4 .disabledfy{ font-family: Tahoma, Verdana; }

.metpager_4 a,.metpager_4 span.miy{ border:1px solid #aaaadd; padding:2px 5px 2px 5px; color:#009; }
.metpager_4 a:hover { border:1px solid #009; color:#000; }
.metpager_4 a:active { border:1px solid #009; color:#000; }
.metpager_4 span.current { border:1px solid #009; background-color:#009; padding:2px 5px 2px 5px; margin:2px; color:#FFFFFF; text-decoration:none; }
.metpager_4 span.disabled { border:1px solid #eee; padding:2px 5px 2px 5px; margin:2px; color:#ddd;}

.metpager_5 a,.metpager_5 span.miy{ border:1px solid #ccdbe4; padding:2px 8px 2px 8px; color:#1b49b2; display: inline-block; }
.metpager_5 a:hover { border:1px solid #1b49b2; color:#fff; background-color:#1b49b2;}
.metpager_5 a:active { border:1px solid #1b49b2; color:#000;}
.metpager_5 span.current { padding:2px 8px 2px 8px; margin:2px; color:#fff; background:#1b49b2; border:1px solid #1b49b2; text-decoration:none;display: inline-block;}
.metpager_5 span.disabled { border:1px solid #ccdbe4; padding:2px 8px 2px 8px; margin:2px; color:#999;display: inline-block;}

.metpager_6{ color:#ff6500; }
.metpager_6 a,.metpager_6 span.miy{ border:1px solid  #ff9600; padding:2px 7px 2px 7px; background-position:50% bottom; color:#ff6500; background-image:url(../images/page/page6.jpg);}
.metpager_6 a:hover { border:1px solid #ff9600; color:#ff6500; background-color:#ffc794; }
.metpager_6 a:active { border:1px solid #ff9600; color:#ff6500; background-color:#ffc794; }
.metpager_6 span.current { border:1px solid #ff6500; padding:2px 7px 2px 7px; margin:2px; color:#ff6500; background-color:#ffbe94; text-decoration:none; }
.metpager_6 span.disabled { border:1px solid #ffe3c6; padding:2px 7px 2px 7px; margin:2px; color:#ffe3c6; }

.metpager_7 a,.metpager_7 span.miy{ border:1px solid  #2c2c2c; padding:2px 5px 2px 5px; background:url(../images/page/page7.gif) #2c2c2c; color:#fff;}
.metpager_7 a:hover { border:1px solid #aad83e; color:#fff;background:url(../images/page/page7_2.gif) #aad83e;}
.metpager_7 a:active { border:1px solid #aad83e; color:#fff;background:urlurl(../images/page/page7_2.gif) #aad83e;}
.metpager_7 span.current {border:1px solid #aad83e; padding:2px 5px 2px 5px; margin:2px; color:#fff;background:url(../images/page/page7_2.gif) #aad83e; text-decoration:none;}
.metpager_7 span.disabled { border:1px solid #f3f3f3; padding:2px 5px 2px 5px; margin:2px; color:#ccc;}

.metpager_8 a,.metpager_8 span.miy{ border:1px solid #ddd; padding:2px 5px 2px 5px; color:#aaa;}
.metpager_8 a:hover { border:1px solid #a0a0a0; }
.metpager_8 a:hover { border:1px solid #a0a0a0; }
.metpager_8 span.current { border:1px solid #e0e0e0; padding:2px 5px 2px 5px; margin:2px; color:#aaa; background-color:#f0f0f0; text-decoration:none; }
.metpager_8 span.disabled { border:1px solid #f3f3f3; padding:2px 5px 2px 5px; margin:2px; color:#ccc;}

.metpager_9 a,.metpager_9 span.miy{ border:1px solid #ddd; padding:2px 5px 2px 5px; color:#88af3f; } 
.metpager_9 a:hover { border:1px solid #85bd1e; color:#638425; background-color:#f1ffd6; }
.metpager_9 a:hover { border:1px solid #85bd1e; color:#638425; background-color:#f1ffd6; }
.metpager_9 span.current { border:1px solid #b2e05d; padding:2px 5px 2px 5px; margin:2px; color:#fff; background-color:#b2e05d; text-decoration:none; } 
.metpager_9 span.disabled { border:1px solid #f3f3f3; padding:2px 5px 2px 5px; margin:2px; color:#ccc; }
@media (max-width:767px){
	.digg4>span:nth-child(-n+2){display:none;}
}

.nymenu{ width: 0;height: calc(100% - 50px);position: fixed;z-index: 108;top: 0;/* background: rgba(0,0,0,0.3); */}
.nymenu>a{ position: fixed;right: 0;bottom: 100px;width: 30px;text-align: center;padding: 5px;background: #1b49b2;color: #fff;z-index: 999; }
.nymenu-con{ position: fixed;overflow-y: auto;top: 81px;right: -280px;width: 280px;padding: 15px 25px 25px;height: calc(100% - 50px);background-color: #1b49b2;color:#fff;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;-ms-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;z-index: 100;}
.nymenu-con h3{ font-size: 18px;font-weight: bold;line-height: 40px;border-bottom: 1px dashed #fff;margin-bottom: 10px; }
.nymenu-con dl{ margin-bottom: 0; }
.nymenu-con dl a{color: #fff;}
.nymenu-con dl dt, .nymenu-con dl dt a{ display: block;font-size: 17px;line-height: 40px;font-weight: bold; }
.nymenu-con dl dd{/* padding-left: 10px; */}
.nymenu-con dl dd a{ display: block;margin: 6px 10px 6px 0px;padding-left: 16px;background: url(../images/nav-sanjiao.png)  left no-repeat;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.nymenu-con>a{ float: right;color: #fff;position: relative;top:8px;z-index: 102;font-size: 18px;}
.nymenu-con.on{ right: 0; }

.showproductli{ margin-top: 20px; }
.showproductli .row { background: #fff; overflow: hidden; }
.showproductli .showproductli_l { padding-left: 0px; }
.showproductli .showproductli_r h1{ font-weight: bold; line-height: 2; color: #333; font-size: 28px; border-bottom: 3px solid #ddd; position: relative; }
.showproductli .showproductli_r h1::before{ position: absolute;content: '';background-image: linear-gradient(to right, #1b49b2, #0476e7);width: 200px;height: 3px;left: 0;bottom: -3px;}
.showproductli .showproductli_r>p{ margin:25px 0; font-size: 16px; color: #666; line-height: 2; word-break: break-all; text-overflow: ellipsis; display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 2; overflow: hidden;}
.showproductli .showproductli_r span{ font-size: 18px; width: 100%; text-align: center; line-height: 3;background-image: linear-gradient(to right, #28a32c, #28a32c); display: block; color: #fff; margin-top: 20px;}
.showproductli .showproductli_r .showproductli_info p{ font-size: 18px;color: #333;margin-top: 10px;line-height: 1.8;font-weight: bold;}
.showproductli .showproductli_r .showproductli_info p em{ display: block; color: #666; font-weight: normal; font-size: 16px; line-height: 2;}
.showproductli .showproductli_r .showproductli_info p:last-of-type em{ color: #666;font-weight: normal;font-size: 18px;line-height: 2;}
.showproductli .showproductli_r ul{ overflow: hidden; margin-top: 20px;}
.showproductli .showproductli_r ul li a{ background: #383f4a; display: block; border-radius:50px; line-height: 3; color: #fff; text-align: center; font-weight: bold; padding-left: 24px;}
.showproductli .showproductli_r ul li.advisory a{ background: url(../images/advisory.png) no-repeat 36px 10px,linear-gradient(to right, #1b49b2, #0e7deb); }
.showproductli .showproductli_r ul li.tel a{ background: #383f4a url(../images/tel.png) no-repeat 36px 10px;}
.showproductli .showproductli_r ul li:hover a { border-image: linear-gradient(to right, #28a32c, #28a32c); }

@media(max-width: 1199px){
	.showproductli .showproductli_r h1{ font-size: 24px; }
	.showproductli .showproductli_r>p{ margin: 15px 0; font-size: 15px; }
	.showproductli .showproductli_r ul li{ padding: 0 5px; }
	.showproductli .showproductli_r ul li.advisory a{ background: #383f4a url(../images/advisory.png) no-repeat 20px 10px; }
	.showproductli .showproductli_r ul li.tel a{ background: #383f4a url(../images/tel_on.png) no-repeat 20px 10px; }
	.nymenu{ display: block !important; }
}

@media(max-width: 991px){
	.showproductli .showproductli_l{padding: 0; padding-left: 10px; padding-right: 10px;}
	.showproductli .showproductli_r{margin-top: 20px; padding: 0; }
}

@media(max-height: 767px){
	.showproductli .showproductli_r { padding-left: 10px; padding-right: 10px; }
	.showproductli .showproductli_r h1{ font-size: 18px;}
	.showproductli .showproductli_r>p{margin:10px; font-size: 14px; -webkit-line-clamp:3;}
	.showproductli .showproductli_r ul li{padding: 0 5px; margin-bottom: 10px;}
	.showproductli .showproductli_r ul li.advisory a{background: #383f4a url(../images/advisory.png) no-repeat 40px 10px;}
	.showproductli .showproductli_r ul li.tel a{background: #383f4a url(../images/tel.png) no-repeat 40px 10px;}
	.showproductli .showproductli_r span{ font-size: 14px; line-height: 2.5;}
} 

/*内页联系我们*/
.lianxi_m {overflow: hidden;margin-top: 10px;margin-bottom: 24px;background: #f5f5f5;}
.lianxi_m .lianxi_ml {width: 410px;float: left;background: #1b49b2;color: #fff;padding: 30px 40px 30px 40px;overflow: hidden;}
.lianxi_m .lianxi_ml .lianxi_ml_m { overflow: hidden;font-size: 36px;font-weight: bold;line-height: 52px;margin-bottom: 18px; color: #fff; }
.lianxi_m .lianxi_ml .lianxi_ml_s { width: 310px;border: solid 2px #fff;font-size: 26px;font-family: Arial, Helvetica, sans-serif;text-align: center;margin-bottom: 18px;line-height: 55px; }
.lianxi_m .lianxi_ml .lianxi_ml_en { font-family:'Arial';font-size: 24px;line-height: 40px; }

.lianxi_mr {float: right;position: relative;width: calc(100% - 470px);}
.lianxi_mr_i {float: left;font-family: Arial, Helvetica, sans-serif;font-size: 100px;font-weight: 89;margin-left: -28px;line-height: normal;color: #999;position: absolute;overflow: hidden;margin-top: 20px;}
.lianxi_m .mr_i {font-size: 100px;line-height: 200px;margin-top: 100px;margin-left: calc(100% - 690px); position: absolute; right:30px;}
.lianxi_mr_m {width: calc(100% - 69px);float: left;overflow: hidden;padding-left: 22px;padding-right: 10px;padding-top: 38px;line-height: 28px;color: #666;font-size: 16px;text-align:left}
.lianxi_mr_m span {font-size: 24px;font-weight: bold;line-height: 60px;color: #1b49b2;}
.contact_ny ul{ background: #fff; overflow: hidden; border-right: none;}
.contact_ny ul li {float: left;width:33.3333%;height: 140px;border-width: 1px 0 1px 1px;border: 1px solid #ececec;padding:35px;text-align: left;box-sizing: border-box; }
.contact_ny ul li em {float: left;display: inline-block;width: 51px;height: 51px;margin-right: 9px;margin-top: 6px;margin-bottom: 10px;}
.contact_ny ul li h5 {color: #1b49b2;margin-bottom: 6px;margin-top: 10px;font-size: 18px;font-weight: bold;display: block;}

@media(max-width: 1199px) {
	.lianxi_m .lianxi_ml { width: 400px; }
	.lianxi_mr_i { display: none; }
	.lianxi_mr { width: calc(100% - 400px); }
}

@media(max-width: 991px) {
	.contact_ny ul li { width: 50%; }
	.lianxi_mr { width: calc(100% - 360px); }
	.lianxi_m .lianxi_ml { width: 360px;padding: 30px 20px 30px 20px; }
	.lianxi_mr_m{ width: 100%; }
}

@media(max-width: 767px) {
	.lianxi_m .lianxi_ml{ width: 100%;float: none; overflow: hidden; padding: 20px 20px 20px 20px;}
	.lianxi_mr { width: 100%; float: none; overflow: hidden; }
	.contact_ny ul li{ width: 100%; }
	.lianxi_mr_m{ padding-top: 15px;padding-bottom: 20px;padding-left: 10px;font-size: 15px; }
	.lianxi_m .lianxi_ml .lianxi_ml_m { font-size: 24px;margin-bottom: 6px; }
	.lianxi_m .lianxi_ml .lianxi_ml_s { width: 290px;line-height: 48px;font-size: 24px;margin-bottom: 10px; }
	.lianxi_m .lianxi_ml .lianxi_ml_en { font-size: 20px; line-height: auto; }
}

@media(max-width: 500px) {
	.contact_ny ul li{ padding: 26px 35px;height: 120px; }
}

/*内页关于我们修改*/
.ny_about { overflow: hidden; padding-bottom: 40px; }
.ny_about .ny_about_nr { overflow: hidden; }
.ny_about .ny_about_nr .ny_about_nr_l { padding-left: 0px; }
.ny_about .ny_about_nr .ny_about_nr_r { padding-right: 0px; }
.ny_about .ny_about_nr .ny_about_nr_r .ny_about_nr_r_t { padding-top: 40px;overflow: hidden;margin-bottom: 18px; }
.ny_about .ny_about_nr .ny_about_nr_r .ny_about_nr_r_t span { font-size: 40px;font-weight: bold;color: #1b49b2;display: block;line-height: 50px; }
.ny_about .ny_about_nr .ny_about_nr_r .ny_about_nr_r_t p { display: block;font-size: 18px;color: #888;line-height: 34px;padding-top: 10px; }
.ny_about .ny_about_nr .ny_about_nr_r .desc { line-height: 32px; font-size: 16px; color: #555; }

.ny_about .main { display: flex; margin-top: 30px; padding-bottom: 20px; padding-top: 20px; border-top:1px dashed #ddd; border-bottom:1px dashed #ddd; }
.ny_about .main .stat-items { flex: 1; text-align: center;}
.ny_about .main .stat-items .stat-items-t-box .stat-items-t { font-size: 42px;font-weight: bold;color: #1b49b2;font-family: 'ch';line-height: 54px; }
.ny_about .main .stat-items .stat-items-t-box .stat-items-unit { font-size: 18px; color: #333333; }
.ny_about .main .stat-items p { font-size: 16px;padding-left: 3px;color: #666666; }

.ny_about_sl { padding-top: 30px; overflow: hidden; }
.ny_about_sl .ny_about_sl_t{ overflow: hidden; }
.ny_about_sl .ny_about_sl_t .ny_about_sl_l{ float: left; text-align: left; }
.ny_about_sl .ny_about_sl_t .ny_about_sl_l p{ font-size: 36px;font-weight: bold;color: #1b49b2;display: block;line-height: 50px; }
.ny_about_sl .ny_about_sl_t .ny_about_sl_l span{ display: block;font-size: 16px;color: #888;line-height: 34px; }
.ny_about_sl .ny_about_sl_t .ny_about_sl_r{ float: right; text-align: right; }
.ny_about_sl .ny_about_sl_t .ny_about_sl_r p{ font-size: 36px; font-weight: bold; color: #444; text-transform: uppercase; padding-top: 20px; }
.ny_about_sl .ny_about_sl_nr{ line-height: 28px; font-size: 15px; color: #555; margin-top: 20px; margin-bottom: 20px; }

.homevideocen{ position:relative; }
.homevideocen img{ width:100%; }
.homevideocen video{ position: absolute;left: 0;top: 0;width: 100%;height: 100%; background: #000; }

#nyscgy .ny_about_sl_t { overflow: hidden; }
#nyscgy .ny_about_sl_t .ny_about_sl_l { float: left; text-align: left; }
#nyscgy .ny_about_sl_t .ny_about_sl_l p { font-size: 36px;font-weight: bold;color: #1b49b2;display: block;line-height: 50px; }
#nyscgy .ny_about_sl_t .ny_about_sl_l span { display: block;font-size: 16px;color: #888;line-height: 34px; }
#nyscgy .ny_about_sl_t .ny_about_sl_r { float: right; text-align: right; }
#nyscgy .ny_about_sl_t .ny_about_sl_r p { font-size: 36px; font-weight: bold; color: #444; text-transform: uppercase; padding-top: 20px; }

#nyscgy{ padding-bottom:20px; }
.lcnr{ width: 100%;display: inline-block;padding: 20px 0; }
.lcnr ul{}
.lcnr ul li{ margin: 6px 0;padding-left: 0; }
.lcnr ul li p{ border: 1px solid #ccc; text-align: center; line-height: 54px; font-size: 18px; }
.lcnr ul li:hover p{ background:#1b49b2; color:#fff }
.yclnr{ padding: 20px 0; }
.ycl-top{}
.ycl-top h2{ font-size: 18px; font-weight: bold; }
.ycl-top p{ padding: 16px 0; font-size: 16px; }
.ycl-bottom{}
.ycl-bottom h2{ font-size: 18px; font-weight: bold; }
.ycl-bottom ul{ display: inline-block;padding-top: 20px; }
.ycl-bottom ul li{ /* padding: 10px; */ padding-left: 0; }
.ycl-bottom ul li p{ text-align: center; line-height: 42px; font-size: 16px; }
.ycl-bottom ul li img{ border: 1px solid #ccc; padding: 2px; }
.ycl-bottom ul li:hover img{ border:1px solid #1b49b2; }

.plss1{ padding-top: 12px;padding-bottom: 12px;}
.plss1 p{ font-size: 16px; line-height: 32px;}

.plss2{ padding: 12px 0; }
.plss2 .nnn1{}
.plss2 .nnn1 h2{ font-size: 18px; font-weight: bold; padding-bottom: 10px; }
.plss2 .nnn1 p{ font-size: 16px; line-height: 32px; }
.plss2 .nnn2{ padding: 10px 0;}
.plss2 .nnn2 h2{ font-size: 18px; font-weight: bold; padding-bottom: 12px; }
.plss2 .nnn2 p{ font-size: 16px; line-height: 32px; }
.plss3{ padding: 12px 0;padding-bottom: 20px; }
.plss3 p{ line-height: 32px; font-size: 16px; }
.plss3 h2{ font-size: 18px; font-weight: bold; padding: 12px 0; }
.plss3 img{}

.plss4{ padding: 10px 0; }
.plss4>p{ line-height: 32px; font-size: 16px; padding: 10px 0; }
.plss4 ul{ display: inline-block; }
.plss4 ul li{ padding-left: 0; }
.plss4 ul li img{ border: 1px solid #1b49b2; }
.plss4 ul li p{ line-height: 42px; font-size: 16px; text-align: center; }
.plss4 h2{ font-size: 18px;font-weight: bold;padding-bottom: 10px; }

.plss5{ padding-bottom: 10px; }
.plss5 p{ font-size: 16px; line-height: 42px; }
.plss6{}
.plss6 p{ line-height: 32px; font-size: 16px; padding: 10px 0; }
.plss6 ul{ display: inline-block; padding: 10px 0; }
.plss6 ul li{ padding-left: 0; }
.plss6 ul li img{}

@media(max-width: 1430px) {
	.ny_about .ny_about_nr .ny_about_nr_r .ny_about_nr_r_t  { padding-top: 20px; margin-bottom: 20px; }
	.ny_about .ny_about_nr .ny_about_nr_r .ny_about_nr_r_t span { font-size: 34px; }
	.ny_about .ny_about_nr .ny_about_nr_r .ny_about_nr_r_t p { font-size: 16px; }
	.ny_about .ny_about_nr .ny_about_nr_r .desc { font-size: 15px; line-height: 26px; }
	.ny_about_sl .ny_about_sl_t .ny_about_sl_l p { font-size: 32px; }
	.ny_about_sl .ny_about_sl_t .ny_about_sl_r p { font-size: 32px; }
}

@media(max-width: 1330px) {
	.ny_about .ny_about_nr .ny_about_nr_r .desc { font-size: 14px; line-height: 24px; }
	.ny_about .ny_about_nr .ny_about_nr_r .ny_about_nr_r_t { padding-top: 0px; margin-bottom: 10px;}
	.ny_about_sl .ny_about_sl_nr{ font-size: 14px; line-height: 24px; }
}

@media(max-width: 1199px) {
	.ny_about .ny_about_nr .ny_about_nr_l { padding-right: 0px; }
	.ny_about .ny_about_nr .ny_about_nr_r { padding-left: 0px; margin-top: 30px; }
}

@media(max-width: 991px) {
	.ny_about_sl .ny_about_sl_t .ny_about_sl_r p { display: none; }
	#nyscgy .ny_about_sl_t .ny_about_sl_r p{ display:none; }
}

@media(max-width: 767px) {
	.ny_about .ny_about_nr { padding-left: 10px;padding-right: 10px; }
	.ny_about .ny_about_nr .ny_about_nr_r .ny_about_nr_r_t span { font-size: 26px; }
	.ny_about .ny_about_nr .ny_about_nr_r .ny_about_nr_r_t p { font-size: 13px; line-height: 2; }

	#nyscgy .ny_about_sl_t .ny_about_sl_l p{font-size: 26px;line-height: 36px;}
	#nyscgy .ny_about_sl_t .ny_about_sl_l span{ font-size: 14px; line-height: 2; }
	.ny_about_sl{ padding-left: 10px;padding-right: 10px; }
	.ny_about_sl .ny_about_sl_t .ny_about_sl_l p { font-size: 26px; }
	.ny_about_sl .ny_about_sl_t .ny_about_sl_l span{ font-size: 14px; line-height: 2; }
	.ny_about_sl_img img{ padding:10px 0 }
}